code wiki / (root) / sketch_histogram_test.nx

sketch_histogram_test.nx

buildroot/runtime/sketch_histogram_test.nx

5336 B145 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_histogram_test.nx -- fixed-bin histogram + quantile + merge.

dependencies 3 imports · 0 importers

syscalls.nx sketch_histogram.nx sketch_types.nx sketch_histogram_test.nx

imports: syscalls.nxsketch_histogram.nxsketch_types.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_hist_alloc nx_hist_add nx_hist_bucket nx_hist_count_at nx_hist_total nx_hist_count_for_value nx_hist_bucket ↻ nx_hist_in_range nx_hist_quantile iabs nx_hist_query_count_for_va nx_hist_count_for_value ↻ nx_approx_new nx_hist_query_quantile nx_hist_quantile ↻ nx_approx_new ↻ nx_hist_quantile_resolutio nx_hist_merge nx_hist_alloc ↻ nx_hist_add_n nx_hist_bucket ↻

structs

none

consts

none

functions

7func iabs(x: i64) -> i64 {
called by 1: main
12func main() -> i64 {