Open
Bug 1818467
Opened 3 years ago
Updated 3 years ago
Memory telemetry should use existing background thread pool instead of the stream transport service's threadpool
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
Details
I think we can just use NS_DispatchBackgroundTask with the existing runnable.
As it is, perf profiles indicate we spin up a new thread on the transport service to service the runnable, which seems overkill.
Comment 1•3 years ago
|
||
Moving this to the component owning the instrumentation (see bug 1779138 et al)
Type: defect → enhancement
Component: Telemetry → XPCOM
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•