vmprofiler
Source Edit Imports
options, vmdef, lineinfos, msgs
Procs
proc dump(conf: ConfigRef; pd: ProfileData): string {.
...raises: [Exception, KeyError, OSError], tags: [RootEffect, ReadDirEffect],
forbids: [].} - Source Edit
proc enter(prof: var Profiler; c: PCtx; tos: PStackFrame) {.inline, ...raises: [],
tags: [TimeEffect], forbids: [].} - Source Edit
proc leave(prof: var Profiler; c: PCtx) {.inline, ...raises: [KeyError],
tags: [TimeEffect], forbids: [].} - Source Edit