This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Loading v8.log no longer shows all the information #622
Comments
Talked to @paulirish in IRC about this problem and if I understood correctly this is intended to work until Chrome DevTools can provide this functionality. |
This view has been replaced by a the sunburst in the analysis view, but we might bring it back in another form (unrelated to how it appears in dev-tools) |
I am working on a tree-view representation (instead of the sunburst) |
Awesome, lemme know if you need help with tree builder Fady. The tree_builder_test files should help but... |
Migrated to catapult-project/catapult#622 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a previous version of Chrome I was able to load
v8.log
and see a callgraph similar to the below including v8 events likeGC::Scavenger
in the band at the bottom.related info
I also was able to navigate/search the results and determine how often each function got called, how long each call took, etc.
Starting about 2 months ago loading the same
v8.log
files don't show the desired results anymore. It's not showing any v8 events and the callgraph display is jacked.Producing a fresh
v8.log
by rerunning the same script described in the above linked issue didn't help either.Even loading the
v8.log
found inside the tests of this repo yields an incomplete view as well.It seems only v8.timers are shown. The band at the bottom that shows Events is totally missing. Interactions like zooming are not working properly with the mouse (via the DOOM keys works fine).
Below is a screenshot of producing a fresh
v8.log
for the same app as was done to produce the screenshot at the very top.However again the Events band is totally missing and interactions like zooming don't work as before.
If you like I can provide that
v8.log
file which was produced with anode.js
version runningv8: '3.25.30'
.I'm on OSX
10.9.5
using ChromeVersion 37.0.2062.124
, but have also tried with ChromiumVersion 39.0.2167.0
with similar results.The text was updated successfully, but these errors were encountered: