Open
Bug 1853366
Opened 2 years ago
Updated 2 years ago
PostMessageRunnable::DispatchMessage gecko profiler marker may be redundant
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: aabh, Unassigned)
Details
In the process of removing the old Timeline Markers, a pair of markers in mozilla::dom::PostMessageRunnable::DispatchMessage were removed and replaced by a single RAII gecko marker. It's unclear as to whether this gecko marker is still needed, or whether it should be modified to provide more information.
See Bug 1421651, and D184217 for more information.
Reporter | ||
Updated•2 years ago
|
Summary: MessagePort gecko profiler marker may be redundant → PostMessageRunnable::DispatchMessage gecko profiler marker may be redundant
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•