Closed
Bug 1349607
Opened 8 years ago
Closed 7 years ago
Vsync marker duplicates time
Categories
(Core :: Gecko Profiler, enhancement, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: Harald, Assigned: canova)
References
Details
Attachments
(1 file)
time and vsync are set from the same value: http://searchfox.org/mozilla-central/source/tools/profiler/core/ProfilerMarkers.cpp#230
{ name: 'VsyncTimestamp',
time: 470067.755916,
vsync: 470067.755916,
category: 'VsyncTimestamp' }
category could be also dropped.
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
Removing this field since we already have start/end time for each marker payloads.
Also we are assigning the same timestamp to them. We don't need to unnecessarily
duplicate the information here.
| Assignee | ||
Comment 2•7 years ago
|
||
See the perf.html side for that patch here: https://github.com/devtools-html/perf.html/pull/1358
| Assignee | ||
Comment 3•7 years ago
|
||
(`category` field was already dropped btw.)
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/77b6b02860b6
Remove mVsyncTimestamp from the VsyncMarkerPayload r=mstange
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•