JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
154 stars 17 forks source link

`@pprof ex from_c = false ...` and `Allocs.@pprof ex 1.0 from_c = true ...` #78

Closed KwatMDPhD closed 1 year ago

KwatMDPhD commented 1 year ago

APIs (@_pprof is @pprof and @_allocspprof is Allocs.@pprof):

Screenshot 2022-11-30 at 00 44 20
KwatMDPhD commented 1 year ago

@NHDaly