Skip to content

Commit

Permalink
Add support for the Allocs profiles produced by Julia's Allocs Profiler
Browse files Browse the repository at this point in the history
Support for visualizing the results from the allocations profiler in
draft PR:
JuliaLang/julia#42768.

This was basically copy/pasted from
https://github.com/vilterp/AllocProfileParser.jl.
  • Loading branch information
NHDaly committed Jan 4, 2022
1 parent cc7e84e commit 8870ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PProf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ macro pprof(ex)
end

include("flamegraphs.jl")
include("allocs_profile.jl")


# Precompile as much as possible, so that profiling doesn't end up measuring our own
Expand Down

0 comments on commit 8870ec5

Please sign in to comment.