bench_emit.nx
buildroot/runtime/bench_emit.nx
about
bench_emit.nx -- stream workload through OUR primitives, emit numbers to stdout.
Used by the cross-implementation harness (bench_vs_ds.sh). Writes
key=value lines to stdout that the harness parses and compares
against Apache DataSketches output.
dependencies 3 imports · 0 importers
imports: syscalls.nxsketch_hll.nxsketch_cpc_dense.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 13 | func nx_emit_putc(c: i64) -> i64 { |
| 20 | func nx_emit_str(s: *u8, len: i64) -> i64 {
called by 1: main |
| 25 | func nx_emit_i64(n: i64) -> i64 { |
| 51 | func nx_emit_newline() -> i64 { |
| 58 | func main() -> i64 { |