code wiki / _hdl_build / nx_chacha_tput_probe.nx
nx_chacha_tput_probe.nx
buildroot/runtime/_hdl_build/nx_chacha_tput_probe.nx
about
nx_chacha_tput_probe.nx -- decisive diagnostic for G-PART-NET: measure Nishi ChaCha20
throughput in isolation (16 MiB), to tell whether the ~1.9MB/s room bottleneck is the
CIPHER or the relay/queueing path. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_chacha20.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
| 6 | const K_MAGIC_4096: i64 = 4096 |
| 7 | const K_MAGIC_16777216: i64 = 16777216 |
functions
| 9 | func p_w(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 10 | func p_wn(fd: i64, v: i64) -> i64 |
| 24 | func main() -> i64 |