Closed
Bug 1894932
Opened 2 years ago
Closed 2 years ago
Re-implement stopping the profiler with an async posix signal using the background signal handling thread
Categories
(Core :: Gecko Profiler, enhancement)
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: aabh, Assigned: aabh)
Details
Attachments
(1 file)
We now have a background thread for handling posix signals that start the profiler asynchronously. Using this to also stop the profiler would be a better implementation strategy than using the sampler thread.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9400011 -
Attachment description: WIP: Bug 1894932 - Use AsyncSignalControlThread to stop the profiler, rather than the sampling thread → Bug 1894932 - Use AsyncSignalControlThread to stop the profiler, rather than the sampling thread. r?canaltinova
Pushed by abrouwersharries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/683846e69da1
Use AsyncSignalControlThread to stop the profiler, rather than the sampling thread. r=canaltinova,profiler-reviewers
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•