Skip to content

Commit

Permalink
Merge pull request #22 from Samuel3008/patch-1
Browse files Browse the repository at this point in the history
Fix typo (countLabel -> count)
  • Loading branch information
pfitzseb authored Oct 6, 2022
2 parents a748c34 + 2c6bb5f commit d1ce804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfileCanvas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function view_allocs(_results=Profile.Allocs.fetch(); C=false)
else
this_counts.children[ind].count += 1
this_allocs.children[ind].count += alloc.size
this_allocs.children[ind].countLabel = memory_size(this_allocs.children[ind].countLabel)
this_allocs.children[ind].countLabel = memory_size(this_allocs.children[ind].count)
end

counts_root.count += 1
Expand Down

0 comments on commit d1ce804

Please sign in to comment.