Procs
proc enter(prof: var Profiler; c: PCtx; tos: PStackFrame) {...}{.inline, raises: [], tags: [TimeEffect].}
- Source Edit
proc leave(prof: var Profiler; c: PCtx) {...}{.inline, raises: [KeyError], tags: [TimeEffect].}
- Source Edit
proc dump(conf: ConfigRef; pd: ProfileData): string {...}{.raises: [], tags: [].}
- Source Edit