-
Notifications
You must be signed in to change notification settings - Fork 564
Loading v8.log no longer shows all the information #622
Comments
Comment by thlorenz Actually just realizing that what it's showing are v8 events only. Becomes clearer when zooming in a bit (this one again from the |
Comment by thlorenz 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. |
Comment by fmeawad 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) |
Comment by fmeawad I am working on a tree-view representation (instead of the sunburst) |
Comment by natduca Awesome, lemme know if you need help with tree builder Fady. The tree_builder_test files should help but... |
Closing in favor of #1233. |
Issue by thlorenz
Monday Sep 29, 2014 at 18:23 GMT
Originally opened as google/trace-viewer#622
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: