-
Notifications
You must be signed in to change notification settings - Fork 28
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
What is the advantage over Chrome dev tools' profiler? #7
Comments
I use this tool because it fits into the workflow that I'm used to with flamegraph.pl in other languages. Specifically:
The reproducibility of the above workflow is something that is missing in the chrome://inspect workflow. When using the chrome://inspect workflow, the best I have managed is:
I will admit that I currently have the Heavy (Bottom Up) view open in chrome devtools currently, but that's because I'm trying to find places to optimise in a recursive tree-walking algorithm (in babel) and this isn't something that you can easily visualise with flamegraphs. If I could find a way to convert isolate-*-v8.log into the format that devtools expects ( |
Thanks for the detailed explanation :) You might want to look into |
I don't know where else to ask, so hopefully this is ok to post here :)
I don't understand exactly what the advantage of this project (or
0x
for that matter) is over Chrome's profiler, would you care to elaborate?Cheers
The text was updated successfully, but these errors were encountered: