Open
Bug 2056208
Opened 2 days ago
Updated 1 day ago
Add hexedecimal format and emit HostResolver marker flags as an integer using the new format
Categories
(Core :: Gecko Profiler, enhancement, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: fatadel, Unassigned)
References
Details
(Whiteboard: [fp])
Firefox Profiler UI adds support for a hexadecimal marker schema field format. A field declared with format: "hexadecimal" takes an integer value and renders it in hex with a 0x prefix, so producers no longer need to pre-format the value into a string.
Today, HostResolverMarker stores its 32-bit flags as a pre-formatted hex string. We should instead write the raw integer with format: "hexadecimal" and let the profiler format it. Note that the hexadecimal format first needs to be implemented.
This should be implemented immediately after the frontend change PR.
Updated•1 day ago
|
Summary: Emit HostResolver marker flags as an integer using the new hexadecimal marker schema format → Add hexedecimal format and emit HostResolver marker flags as an integer using the new format
Updated•1 day ago
|
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [fp]
Updated•1 day ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/FP-1379
You need to log in
before you can comment on or make changes to this bug.
Description
•