Closed
Bug 1143002
Opened 10 years ago
Closed 10 years ago
Performance should show time range from console.time/console.timeEnd
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jsantell, Unassigned)
References
Details
https://developer.chrome.com/devtools/docs/console#measuring-how-long-something-takes
Maybe we can have a row in the markers overview for this, as well as in the waterfall view? console.time/timeEnd is already implemented in the console, we just need to have perf tool respond and render this.
These console functions do not start or stop recording, and only mark the timeline when the tools are open in Chrome.
Reporter | ||
Comment 1•10 years ago
|
||
Clarification: these should only do anything with perf DURING a recording.
Reporter | ||
Updated•10 years ago
|
Blocks: perf-tool-v2
Reporter | ||
Comment 2•10 years ago
|
||
This is already implemented!!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•