mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
minor cleanup vmprofiler (#21783)
This commit is contained in:
@@ -28,7 +28,7 @@ proc leave*(prof: var Profiler, c: PCtx) {.inline.} =
|
||||
|
||||
proc dump*(conf: ConfigRef, pd: ProfileData): string =
|
||||
var data = pd.data
|
||||
echo "\nprof: µs #instr location"
|
||||
result = "\nprof: µs #instr location"
|
||||
for i in 0..<32:
|
||||
var tMax: float
|
||||
var infoMax: ProfileInfo
|
||||
|
||||
Reference in New Issue
Block a user