Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2295923003: Expand event timestamp validation check to more platforms (Closed)
Patch Set: Fix mistake Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | ui/events/event_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d63dafb49c24b2bb1513b58bcd3e87fcdfb30b37..59de7688c3e2b877ff0857ec20f911268e922915 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13545,7 +13545,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>tdresser@chromium.org</owner>
<owner>caseq@chromium.org</owner>
<summary>
- Whether the timestapms on input events produced by the windowing system
+ Whether the timestamps on input events produced by the windowing system
appear to be sharing the same time base as TimeTicks, modulo possible
roll-over.
</summary>
@@ -104570,6 +104570,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="ThreadWatcher.UnresponsiveThreads"/>
</histogram_suffixes>
+<histogram_suffixes name="TimestampTimebaseProcess" separator=".">
+ <suffix name="Browser"/>
+ <suffix name="Renderer"/>
+ <affected-histogram name="Event.TimestampHasValidTimebase"/>
+</histogram_suffixes>
+
<histogram_suffixes name="TotalTimeToHttpsGoogle" separator=".">
<suffix name="Quic">
<obsolete>
« no previous file with comments | « no previous file | ui/events/event_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698