Closed
Bug 1385383
Opened 7 years ago
Closed 7 years ago
Flame chart doesn't use source maps
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 923396
People
(Reporter: mozilla.bugzilla, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170727114834
Steps to reproduce:
Visit a dev react page
Open console, see source maps are working b/c of logging being attributed to source files not bundle.js
open performance tab
record a profile for a few seconds
view flame chart
Actual results:
every function is attributed to bundle.js
Expected results:
functions should be resolved to their source files
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Performance Tools (Profiler/Timeline)
Comment 1•7 years ago
|
||
Thanks for the bug report! This is a duplicate of 923396. We're currently in the process of consolidating performance tooling on perf-html.io.
Work is tracked here: https://github.com/devtools-html/perf.html
Status: UNCONFIRMED → RESOLVED
Closed: 7 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
•