nx_pe_perf_probe.nx
buildroot/runtime/nx_pe_perf_probe.nx
about
nx_pe_perf_probe.nx -- measure, IN THE WINDOWS PE, where the transfer time goes.
Loops 100x the live per-page workload (23 records x 13KB) so the ~15ms-granular
PE clock has signal. Splits AEAD-decrypt compute vs sys_mmap(13KB) cost.
Build as PE (overwrites nishi_fetch.exe), run, read stdout.
expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_chacha20_poly1305.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
| 10 | const K_MAGIC_13000: i64 = 13000 |
| 11 | const K_MAGIC_2300: i64 = 2300 |
functions
| 13 | func p_ps(s: *u8, n: i64) -> i64 { sys_write(1, s, n); return 0 } |
| 14 | func p_pn(v: i64) -> i64 |
| 25 | func main() -> i64 |