Feature: Profile multiple or all functions/classes? #102
ChillarAnand
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
I've tried making it work globally and unfortunately that slowed down the execution too much. As a compromise I'm thinking of collecting time for function call times globally and displaying that above function headers. I'm open to other ideas how that could be implemented. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reloadium is a handy tool for profiling.
However, at the moment, it is profiling only the first function when the breakpoint is set.
When users want to switch/debug between functions, it becomes a hurdle to profile.
Also, if users want to profile the entire script, Reloadium can't do it at the moment.
Can we have the option to profile the entire script or select parts of a script?
Beta Was this translation helpful? Give feedback.
All reactions