code wiki / _hdl_build / nx_autonomy_growth_monitor.nx

nx_autonomy_growth_monitor.nx

buildroot/runtime/_hdl_build/nx_autonomy_growth_monitor.nx

9876 B130 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic autonomy
docsdependenciesstructsconstsfunctions

about

nx_autonomy_growth_monitor.nx -- Measures team progress from tutor-authored to self-authored code, identifies bottlenecks, and tracks growth trajectory.

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_gate_base.nx nx_syscalls.nx nx_autonomy_growth_monitor.nx

imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main gw sys_write sys_mmap rd sys_openat_rd sys_read sys_close count_occ plen first_num plen ↻ last_num plen ↻ gn sys_exit

structs

none

consts

12const K_MAGIC_2097152: i64 = 2097152
13const K_MAGIC_2097100: i64 = 2097100
14const K_MAGIC_1048576: i64 = 1048576
15const K_MAGIC_1048500: i64 = 1048500

functions

17func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
19func rd(path: *u8, buf: *u8, cap: i64) -> i64
25func plen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
27func count_occ(buf: *u8, n: i64, pat: *u8) -> i64
38func last_num(buf: *u8, n: i64, pat: *u8) -> i64
49func first_num(buf: *u8, n: i64, pat: *u8) -> i64
61func main() -> i64