Skip to content

Commit

Permalink
restore profiling children in hotspot list
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Aug 30, 2024
1 parent c0434ff commit 3472877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/profile.nim
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ proc makeHotspotTable(lrti: List[RTInfoObj]): tuple[ns:int64,oh:int64] =
t.children.add ri.children[i]
do: # loc not found
hs[loc] = ri
#let tot = makeHotSpotTable(List[RTInfoObj](ri.children))
let tot = makeHotSpotTable(List[RTInfoObj](ri.children))
return (nstot, ohtot)

proc echoHotspots* =
Expand Down

0 comments on commit 3472877

Please sign in to comment.