Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

callgrind output format #115

Open
anntzer opened this issue Feb 15, 2017 · 2 comments
Open

callgrind output format #115

anntzer opened this issue Feb 15, 2017 · 2 comments

Comments

@anntzer
Copy link

anntzer commented Feb 15, 2017

https://github.com/vpelletier/pprofile is a pure python statistical profiler which has (IMO) a main strong feature compared to other profilers: it can output its result directly in callgrind format (https://github.com/vpelletier/pprofile#output), which means that they can be visualized using tools built for that purpose (e.g. kcachegrind, http://kcachegrind.github.io).

Is there any chance a callgrind output format could be added to vmprof?

Thanks in advance.

@planrich
Copy link
Contributor

I see the benefit of your proposal. Though I'm not sure how hard it would be to directly generate that profile format. Maybe it would be easier to transform the current format.

I'd be happy to review a patch for that, I'm currently busy finishing up for version 0.4.0.

@fijal
Copy link
Member

fijal commented Feb 15, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants