From 483d3f5aa732af674fceab8e8bb55c0dd7d95abe Mon Sep 17 00:00:00 2001 From: Perfetto Team Date: Wed, 13 Nov 2024 18:50:27 +0000 Subject: [PATCH] COPYBARA_IMPORT=Project import generated by Copybara. GitOrigin-RevId: 6092030255a781d5ec35bf6ea11b7a117506f1c0 Change-Id: Ia62a4ed31a44bb56d21f05c9f36eaa6a7eccaeb8 --- protos/third_party/chromium/chrome_track_event.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/protos/third_party/chromium/chrome_track_event.proto b/protos/third_party/chromium/chrome_track_event.proto index 7cf29f6b9c..6d92cb60f8 100644 --- a/protos/third_party/chromium/chrome_track_event.proto +++ b/protos/third_party/chromium/chrome_track_event.proto @@ -2020,6 +2020,15 @@ message CurrentTask { // Timestamp in microseconds of the start of the task containing this slice. optional uint64 task_start_time_us = 2; + + // t1 - t0, where t1 is the start timestamp of this slice and t0 is the + // timestamp of the time when the task containing this slice + // was queued. + optional uint64 task_queueing_time_us = 3; + + // Timestamp in microseconds of the time when the task containing + // this slice was queued. + optional uint64 task_queued_time_us = 4; } message ChromeLatencyInfo2 {