Skip to content

Commit

Permalink
COPYBARA_IMPORT=Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6092030255a781d5ec35bf6ea11b7a117506f1c0
Change-Id: Ia62a4ed31a44bb56d21f05c9f36eaa6a7eccaeb8
  • Loading branch information
Perfetto Team authored and copybara-github committed Nov 15, 2024
1 parent 42aaaaa commit 483d3f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions protos/third_party/chromium/chrome_track_event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 483d3f5

Please sign in to comment.