Closed
Bug 1328636
Opened 9 years ago
Closed 9 years ago
move Sampler::{Register,Unregister}CurrentThread into common code
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
|
10.40 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
We have an abstraction over the current thread ID already, so we can use
that to get the current thread id and eliminate this bit of
cut-and-paste programming.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8823741 -
Flags: review?(mstange)
Updated•9 years ago
|
Attachment #8823741 -
Flags: review?(mstange) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dcf23b965f68
move Sampler::{Register,Unregister}CurrentThread into common code; r=mstange
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•