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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2918533003: Send metrics with embedded system profiles after system startup. (Closed)
Patch Set: addressed final review comments Created 3 years, 6 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/metrics/persistent_system_profile_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index e8bd10f9bf23fc4930808c7ff2e90acb29d8a85d..d41dd904cddab4708050fafd7e060c33ccaba629 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -16307,6 +16307,15 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="7" label="File contents internally deleted."/>
</enum>
+<enum name="FileMetricsProviderEmbeddedProfileResult" type="int">
+ <int value="0" label="File was accessed."/>
+ <int value="1" label="File had embedded profile."/>
+ <int value="2"
+ label="File used fallback because no embedded profile was found."/>
+ <int value="3"
+ label="File was dropped because no embedded profile was found."/>
+</enum>
+
<enum name="FileReaderSyncWorkerType" type="int">
<int value="0" label="Other"/>
<int value="1" label="Dedicated Worker"/>
« no previous file with comments | « components/metrics/persistent_system_profile_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698