Closed
Bug 1172102
Opened 10 years ago
Closed 10 years ago
Marker nesting breaks with console.time/End
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P1)
Tracking
(firefox41 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: jsantell, Unassigned)
References
Details
Attachments
(1 file)
216.94 KB,
application/json
|
Details |
Created via click handler on a button that calls:
function go () {
console.time("go");
console.timeStamp("yeah");
(function() { console.timeEnd("go"); })();
}
All the event handlers are nested within each other, suspecting the time/timeEnd, since that does NOT collapse messes up with it somehow.
Reporter | ||
Comment 1•10 years ago
|
||
I think this was fixed via bug 1176537.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•