Closed
Bug 1697797
Opened 5 years ago
Closed 5 years ago
Add profiler markers in TestUtils methods frequently used to make a test wait
Categories
(Testing :: Mochitest, task, P3)
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(2 files)
When profiling a mochitest, very frequently there's time in the profile with nothing apparently happening. Markers indicating what/why we are waiting for are very useful to understand what's going on.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D108009
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ccfce9ef1f48
Add profiler markers on BrowserTestUtils, TestUtils and SpecialPowers methods, r=mconley.
https://hg.mozilla.org/integration/autoland/rev/d4f2704a1025
Add profiler markers in WebRTC front-end tests, r=mconley.
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ccfce9ef1f48
https://hg.mozilla.org/mozilla-central/rev/d4f2704a1025
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•