benfred / py-spy

Sampling profiler for Python programs
MIT License
12.16k stars 401 forks source link

add callgrind output format #528

Open EpigeneMax opened 1 year ago

EpigeneMax commented 1 year ago

Closes #3

Following flamegraph and speedscope formats, callgrind formatting code is adapted from rbspy. Uses Frame instead of rbspy's StackFrame.

rmcavoy commented 1 year ago

Any plans to update this merge?

EpigeneMax commented 1 year ago

I can work out the conflicts with master, but I think a review would be in order before merging. @benfred would you have some bandwidth to take a look?