compiler/vmprofiler

  Source   Edit

Procs

proc dump(conf: ConfigRef; pd: ProfileData): string {.
    ...raises: [Exception, KeyError, OSError], tags: [RootEffect, ReadDirEffect].}
  Source   Edit
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