Closed
Bug 1390098
Opened 6 years ago
Closed 5 years ago
debugger.js - Permanently add instrumentation from bugs 1390092, 1390093 and 1390094
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: miker, Assigned: miker)
References
(Blocks 1 open bug)
Details
We have added instrumentation using mixins and Firefox prefs to our tools. They have been temporarily added to debugger.js but will be overwritten unless we add support in the debugger.html repo. Instrumentation was added via: Bug 1390092 - Measure various performance times inside devtools Bug 1390093 - Add whydidyouupdate mixin to React components Bug 1390094 - Add React's Perf.start() and Perf.stop() instrumentation to DevTools
Updated•6 years ago
|
Severity: normal → enhancement
Assignee | ||
Comment 1•5 years ago
|
||
For the moment we have decided to stick with using perf.html and React 16's excellent markers. If we decide to use HOCs we can always reopen this bug.
Status: ASSIGNED → RESOLVED
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Closed: 5 years ago
OS: Unspecified → All
Hardware: Unspecified → All
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•