code wiki / _hdl_build / nx_dtparse_bench.nx
nx_dtparse_bench.nx
buildroot/runtime/_hdl_build/nx_dtparse_bench.nx
about
nx_dtparse_bench.nx -- dt_parse timing harness: parse <htmlfile>, report bytes/nodes/ms.
Acceptance criterion (browser JS lane, 2026-07-23 memory): 130KB real page < 1000ms.
Usage: nx_dtparse_bench <htmlfile>
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_domtree.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
| 7 | func db_p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func db_pn(v: i64) -> i64 |
| 18 | func main(argc: i64, argv: *i64) -> i64 |