Open
Bug 1714538
Opened 4 years ago
Updated 4 years ago
Review all rust thread spawns in the codebase and register them with the profiler using profiler rust API
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | affected |
People
(Reporter: canova, Unassigned)
References
(Blocks 1 open bug)
Details
After Bug 1690624, we are going to have a rust API for profiler thread registration. We had some hacks (1, 2) around registering rust threads previously. We are now removing them and replacing with the new API endpoints. There are also some other parts in the codebase that spawns threads, but we weren't registering them before because it wasn't straightforward. Now, it's a lot easier to import the profiler API and register them. So we should review the thread spawning sites and register all the threads.
Severity: -- → N/A
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•