Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Loading v8.log no longer shows all the information #622

Closed
thlorenz opened this issue Sep 29, 2014 · 6 comments
Closed

Loading v8.log no longer shows all the information #622

thlorenz opened this issue Sep 29, 2014 · 6 comments
Assignees

Comments

@thlorenz
Copy link
Contributor

In a previous version of Chrome I was able to load v8.log and see a callgraph similar to the below including v8 events like GC::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).

screen shot 2014-09-29 at 2 12 47 pm

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.

screen shot 2014-09-29 at 2 17 36 pm

If you like I can provide that v8.log file which was produced with a node.js version running v8: '3.25.30'.

I'm on OSX 10.9.5 using Chrome Version 37.0.2062.124, but have also tried with Chromium Version 39.0.2167.0 with similar results.

@thlorenz
Copy link
Contributor Author

Actually just realizing that what it's showing are v8 events only.
The callgraph of my app is not shown at all.

Becomes clearer when zooming in a bit (this one again from the node.js produced v8.log).

screen shot 2014-09-29 at 2 35 20 pm

@thlorenz
Copy link
Contributor Author

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.

@fmeawad
Copy link
Contributor

fmeawad commented Apr 10, 2015

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)

@fmeawad
Copy link
Contributor

fmeawad commented Apr 13, 2015

I am working on a tree-view representation (instead of the sunburst)

@natduca
Copy link
Contributor

natduca commented Apr 13, 2015

Awesome, lemme know if you need help with tree builder Fady. The tree_builder_test files should help but...

@catapult-bot
Copy link

Migrated to catapult-project/catapult#622

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants