Skip to content

Commit

Permalink
Merge "COPYBARA_IMPORT=Project import generated by Copybara." into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Nov 18, 2024
2 parents bbb8643 + 483d3f5 commit 9b66805
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 9b66805

Please sign in to comment.