You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to display the "self" time entries for each line, rather than the "total" times?
The text was updated successfully, but these errors were encountered: