Closed
Bug 1849375
Opened 2 years ago
Closed 2 years ago
Use a lockfree structure for the profiler buffer
Categories
(Core :: Gecko Profiler, task, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
DUPLICATE
of bug 1697953
People
(Reporter: julienw, Unassigned)
References
Details
(Whiteboard: [fp])
The buffer we use for the profiler is using locks to control its thread safety. We should investigate and replace this implementation with a lockfree structure.
Updated•2 years ago
|
There are some thoughts about that in old bug 1697953 😉 Good luck!
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Comment 2•2 years ago
|
||
Actually let's close this and use the other bug for this task instead. Thanks for pointing the bug Gerald!
Updated•5 months ago
|
Severity: N/A → S2
Updated•4 months ago
|
See Also: https://mozilla-hub.atlassian.net/browse/FXP-2956 → https://mozilla-hub.atlassian.net/browse/FP-1142
Whiteboard: [fxp] → [fp]
You need to log in
before you can comment on or make changes to this bug.
Description
•