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

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

Issue 2483783006: [sql] Histogram for mmap status VIEW. (Closed)
Patch Set: Created 4 years, 1 month 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 | 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 98806b129dfe2d1142b49dda6bc99e6d21fd4b80..a8c3872913dd8d9f0b2f3c5aa35125c055d73ba5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100724,6 +100724,12 @@ value.
<int value="17" label="EVENT_MMAP_SUCCESS_NO_PROGRESS">
Exhausted read quota in mmap probe.
</int>
+ <int value="18" label="EVENT_MMAP_STATUS_FAILURE_READ">
+ Failed to read status view in mmap probe.
+ </int>
+ <int value="19" label="EVENT_MMAP_STATUS_FAILURE_UPDATE">
+ Failed to update status view in mmap probe.
+ </int>
</enum>
<enum name="SqliteVersionDeprecation" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698