Closed Bug 1349607 Opened 7 years ago Closed 6 years ago

Vsync marker duplicates time

Categories

(Core :: Gecko Profiler, enhancement, P2)

enhancement

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.
Priority: -- → P2
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
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.
(`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
https://hg.mozilla.org/mozilla-central/rev/77b6b02860b6
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: