code wiki / _hdl_build / nx_autonomy_growth_monitor.nx
nx_autonomy_growth_monitor.nx
buildroot/runtime/_hdl_build/nx_autonomy_growth_monitor.nx
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
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
structs
| none |
consts
| 12 | const K_MAGIC_2097152: i64 = 2097152 |
| 13 | const K_MAGIC_2097100: i64 = 2097100 |
| 14 | const K_MAGIC_1048576: i64 = 1048576 |
| 15 | const K_MAGIC_1048500: i64 = 1048500 |
functions
| 17 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 19 | func rd(path: *u8, buf: *u8, cap: i64) -> i64 |
| 25 | func plen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 27 | func count_occ(buf: *u8, n: i64, pat: *u8) -> i64 |
| 38 | func last_num(buf: *u8, n: i64, pat: *u8) -> i64 |
| 49 | func first_num(buf: *u8, n: i64, pat: *u8) -> i64 |
| 61 | func main() -> i64 |