Closed
Bug 1475553
Opened 7 years ago
Closed 7 years ago
Ensure all marker payloads have a type
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: gregtatum, Assigned: canova)
References
Details
Attachments
(1 file)
In perf.html, we often work with marker payloads independent of their marker entries. In order to correctly identify the payload type, we need to ensure that every marker has a "type" field. This should be done on the Gecko Profiler.
See: https://github.com/devtools-html/perf.html/issues/1131
Right now the VsyncTimestamp does not have one, but we should check the others too.
See: https://searchfox.org/mozilla-central/rev/46292b1212d2d61d7b5a7df184406774727085b8/tools/profiler/core/ProfilerMarkerPayload.cpp#127-134
| Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Also opened a PR on perf.html side. Please see the link below.
| Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 9006868 [details]
Bug 1475553 - Add type field to all markers that doesn't have before r?gregtatum
Greg Tatum [:gregtatum] has approved the revision.
Attachment #9006868 -
Flags: review+
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/88d5ebc270c1
Add type field to all markers that doesn't have before r=gregtatum
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•