Closed
Bug 1831581
Opened 2 years ago
Closed 2 years ago
Expose raw innards of TimeStamp
Categories
(Core :: mozglue, defect)
Core
mozglue
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: mstange)
Details
Attachments
(1 file)
It's often useful to be able to get the OS specifc raw values out
of a TimeStamp when interacting with other OS specific things. For
example, this lets us produce timestamps that are compatible with perf
or ETW.
This adds explicitly named per OS functions to do so. These should be
sufficiently unpleasant to use and clear in their semantics that it
should avoid any misuse.
Reporter | ||
Comment 1•2 years ago
|
||
It's often useful to be able to get the OS specifc raw values out
of a TimeStamp when interacting with other OS specific things. For
example, this lets us produce timestamps that are compatible with perf
or ETW.
This adds explicitly named per OS functions to do so. These should be
sufficiently unpleasant to use and clear in their semantics that it
should avoid any misuse.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a95205e87e6
Expose raw innards of TimeStamp. r=glandium
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•