Skip to content

Commit

Permalink
Add heap profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Feb 6, 2024
1 parent 7ecc882 commit afebd6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ func main() {

check(pprof.StartCPUProfile(cpuf))
defer pprof.StopCPUProfile()

vm.New("<profiler>", c.Bytecode()).Run()

pprof.WriteHeapProfile(memf)
}

0 comments on commit afebd6d

Please sign in to comment.