Closed
Bug 1487109
Opened 7 years ago
Closed 7 years ago
use a more portable idiom for pausing in SamplerThread::SleepMicro
Categories
(Core :: Gecko Profiler, enhancement)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.46 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
YieldProcessor() is just _mm_pause in disguise, but it works on more
platforms than the Intel-specific intrinsic.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9004897 -
Flags: review?(mstange)
| Assignee | ||
Updated•7 years ago
|
Blocks: aarch64-windows
Updated•7 years ago
|
Attachment #9004897 -
Flags: review?(mstange) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b7248bb3f017
use a more portable idiom for pausing in SamplerThread::SleepMicro; r=mstange
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•