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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1316493006: [sql] Record SQLite memory usage after a week. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « sql/connection.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 4d9839206372fa88f002e1e2c1a5d7d10e6f972b..c424ef9494e55a673686e2293cb01e7a9542c2a9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43623,6 +43623,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Sqlite.MemoryKB.OneWeek" units="KB">
+ <owner>shess@chromium.org</owner>
+ <summary>
+ SQLite memory footprint from sqlite3_memory_used() recorded 1 week after
+ first database is opened by sql::Connection.
+ </summary>
+</histogram>
+
<histogram name="Sqlite.MemoryKB.TenMinutes" units="KB">
<owner>shess@chromium.org</owner>
<summary>
« no previous file with comments | « sql/connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698