forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip aggregation service histogram when ThreadTicks is not supported
Currently, if the platform doesn't support threadticks, base::TimeDelta() would be recorded. Instead, we want to skip the reporting entirely. Bug: 1368649 Change-Id: I4bc1177fa8bf450ac9afd93fc146be8ad48bb088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3922556 Reviewed-by: John Delaney <johnidel@chromium.org> Commit-Queue: Anthony Garant <anthonygarant@google.com> Cr-Commit-Position: refs/heads/main@{#1052666}
- Loading branch information
Anthony Garant
authored and
Chromium LUCI CQ
committed
Sep 28, 2022
1 parent
8527201
commit 7f66748
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters