vmprofiler

Search:
Group by:
Source   Edit  

Procs

proc dump(conf: ConfigRef; pd: ProfileData): string {.
    ...raises: [Exception, KeyError], 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