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

Display "self" time instead of "total" time? #23

Open
dmurdoch opened this issue Feb 12, 2016 · 1 comment
Open

Display "self" time instead of "total" time? #23

dmurdoch opened this issue Feb 12, 2016 · 1 comment

Comments

@dmurdoch
Copy link

Is it possible to display the "self" time entries for each line, rather than the "total" times?

@wch
Copy link
Member

wch commented Feb 13, 2016

It should be possible to do this. It can be a little tricky to get consistently meaningful information though. The main issue I can think of is that some basic function calls (like $ and [, when not dispatched to methods) don't show up in the profiler data, and so time spent in those functions would incorrectly be represented as self time for the calling function.

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