Maciej Fijalkowski

Results 24 comments of Maciej Fijalkowski

vmprof is a bit unmaintained I'm afraid :/ I can probably look next week, maybe we can do a new release

Hi Mark After a massive rewrite, we decided to completely drop support for C frames together with libunwind due to libunwind problems. However, there is a path towards supporting libunwind...

We use PyThreadState_Current to walk the python stack and we would need libunwind to read the C stack

vmprof does essentially the same thing (with the additional support for multiple operating systems and multuple VMs). Note that some of the functions you call might not be signal-handler-friendly

To be precise: I've release the mentioned pull request, but not the fix for this issue, will reopen that one

Hi Thanks for the detailed description of the problem. I'm happy to accept a PR that fixes that

Hi There are several problems with callgrind output (the viewer shows cycles). It's easy to generate the format, I think I have a script somewhere that converts one to the...

Hi That does make sense. Never thought about it. Feel free to issue a pull request to fix that