Open
Bug 1859326
Opened 2 years ago
Serialize the marker subcategories
Categories
(Core :: Gecko Profiler, enhancement, P3)
Core
Gecko Profiler
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | affected |
People
(Reporter: canova, Unassigned)
Details
Our current marker API lets us add a marker with a category and a sub category. We save this info into the profiler bufffer but we never read that in the end. Here's where we serialize this information:
https://searchfox.org/mozilla-central/rev/81f368dab93fff035ce7fcc376e16990e89dd5ec/mozglue/baseprofiler/public/BaseProfilerMarkersDetail.h#378-379
We should also serialize the sub category here so we can visualize it in our frontend.
You need to log in
before you can comment on or make changes to this bug.
Description
•