Files
hakorune/examples/jit_stats_top5.hako

13 lines
197 B
Plaintext

// JitStatsBox.top5 demo (JSON array)
// Enable: NYASH_JIT_STATS=1 NYASH_JIT_THRESHOLD=1
static box Main {
main() {
local s
s = new JitStatsBox()
print(s.top5())
return 0
}
}