-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
inspector Record Allocation Timeline bugged #11401
Comments
Added versions in initial post, will try with some of the latest nodes, maybe with master branch too. Will try to compile from sources. |
I have tried this in v7.5.0 still doesn't work. Will try without --max_old_space_size argument. |
I'm experiencing this as well. The timeline is just empty but it has a summary. Node v7.5.0 |
If it helps
|
Still doesn't work in Node v7.8.0 It may be an issue in Chrome. I just tried with Node v6.10.1 and it didn't work. |
Too bad, this was a great feature. Well it's still experimental feature as i understand. Hope it will reach stable release. |
Same problem here. |
Is there any movement on this? v8.1.3 still does not have the timeline working properly. |
I guess cc/ @nodejs/v8-inspector |
Please open a bug against Chrome DevTools. Node provides the profiling data (as you can see from a table beneath the chart). |
Nope, I was wrong - there are issues both on the DevTools and on the Node sides. I am reopening this. |
This is an issue tracking non-Node bug: https://bugs.chromium.org/p/chromium/issues/detail?id=745023 |
Thanks for the update @eugeneo! |
This timer is currently only used by a profiler. Note that the timer invocation will not interrupt JavaScript code. Fixes: #11401 PR-URL: #14346 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Ubuntu 16.04
Node.js v7.4.0
tried first on Google Chrome Version 54~
then on latest beta Google Chrome Version 57.0.2987.37 beta (64-bit)
node --trace_gc --max_old_space_size=5000 --inspect /var/local/bot/gather_all.js
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/8743459a-0079-47f3-a8c0-2493fd56c3ca
Is that a chrome dev tools bug or bug is somewhere inside node.js or even inside v8, not sure...
But the results should be like this:
Timeline doesn't have anything inside it...
Maybe i'm doing something wrong?
The text was updated successfully, but these errors were encountered: