Files
Nim/compiler/vmprofiler.idx
github-actions[bot] 30d468ec9a Deploy to GitHub pages
2026-04-05 12:12:09 +00:00

5 lines
374 B
Plaintext

nimTitle vmprofiler vmprofiler.html module vmprofiler 0
nim enter vmprofiler.html#enter,Profiler,PCtx,PStackFrame proc enter(prof: var Profiler; c: PCtx; tos: PStackFrame) 6
nim leave vmprofiler.html#leave,Profiler,PCtx proc leave(prof: var Profiler; c: PCtx) 25
nim dump vmprofiler.html#dump,ConfigRef,ProfileData proc dump(conf: ConfigRef; pd: ProfileData): string 29