Closed
Bug 1145941
Opened 10 years ago
Closed 10 years ago
Odd performance results with hundreds of "Function Call" items from profiling run.
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1050500
People
(Reporter: jujjyl, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
STR: In latest Nightly,
1. visit https://dl.dropboxusercontent.com/u/40949268/emcc/10kCubes_vsync/10kCubes.html
2. Shift+F5 to open profiler
3. Record a profile for a few seconds.
Observe that the generated graph has a waterfall of hundreds of undescriptive items "Function Call" in the generated Timeline. I am not sure what that is all about? Should it be showing a call flow of actual function names?
Comment 1•10 years ago
|
||
Click on the JavaScript tab to see the old-style call tree.
Follow bug 1050500 for adding function names to the waterfall view.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•