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

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

Issue 2906503003: ARC: Add BootType parameter to ReportBootProgress() in metrics.mojom (Closed)
Patch Set: Address more comments Created 3 years, 7 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 | « components/arc/metrics/arc_metrics_service.cc ('k') | no next file » | 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 d76c6f8ffa5d9a8ceeccc93c9f82f20bb210a9e1..8a057b730d395c5013fc45603abd491268951e96 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84494,6 +84494,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="Arc.boot_progress"/>
</histogram_suffixes>
+<histogram_suffixes name="AndroidBootTypes" separator=".">
+ <suffix name="FirstBoot" label="For the very first boot, aka opt-in."/>
+ <suffix name="FirstBootAfterUpdate"
+ label="For the first boot after Chrome OS update."/>
+ <suffix name="RegularBoot" label="For a regular boot."/>
+ <affected-histogram name="Arc.AndroidBootTime"/>
+ <affected-histogram name="Arc.boot_progress_ams_ready"/>
+ <affected-histogram name="Arc.boot_progress_enable_screen"/>
+ <affected-histogram name="Arc.boot_progress_pms_data_scan_start"/>
+ <affected-histogram name="Arc.boot_progress_pms_ready"/>
+ <affected-histogram name="Arc.boot_progress_pms_scan_end"/>
+ <affected-histogram name="Arc.boot_progress_pms_start"/>
+ <affected-histogram name="Arc.boot_progress_pms_system_scan_start"/>
+ <affected-histogram name="Arc.boot_progress_preload_end"/>
+ <affected-histogram name="Arc.boot_progress_preload_start"/>
+ <affected-histogram name="Arc.boot_progress_start"/>
+ <affected-histogram name="Arc.boot_progress_system_run"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AndroidCrashUploadTypes" separator="_">
<suffix name="Browser" label="Measures browser crash uploads."/>
<suffix name="GPU" label="Measures GPU crash uploads."/>
« no previous file with comments | « components/arc/metrics/arc_metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698