Skip to content

Commit bc06664

Browse files
committed
cp: try to output VsyncStartToTarget in timeline flutter#5988
(cherry picked from commit e289f39)
1 parent 8c83c97 commit bc06664

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

shell/common/vsync_waiter.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ void VsyncWaiter::FireCallback(fml::TimePoint frame_start_time,
212212
false);
213213
*/
214214

215+
// for debug #5988
216+
fml::tracing::TraceEventAsyncComplete("flutter", "VsyncStartToTarget",
217+
frame_start_time, frame_target_time);
218+
215219
if (callback) {
216220
auto flow_identifier = fml::tracing::TraceNonce();
217221
if (pause_secondary_tasks) {

0 commit comments

Comments
 (0)