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

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

Issue 1283033004: [sql] Record memory usage at various periods after startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Naming suggestion. Created 5 years, 4 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 0d0fb4c3e7aed5f5c752cd14f3e71978cfebb2ac..af35e8aaa439fa314004ceecee28ece93612e6af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42832,6 +42832,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Error codes returned by sqlite for the history db.</summary>
</histogram>
+<histogram name="Sqlite.MemoryKB.OneDay" units="KB">
+ <owner>shess@chromium.org</owner>
+ <summary>
+ SQLite memory footprint from sqlite3_memory_used() recorded 1 day after
+ first database is opened by sql::Connection.
+ </summary>
+</histogram>
+
+<histogram name="Sqlite.MemoryKB.OneHour" units="KB">
+ <owner>shess@chromium.org</owner>
+ <summary>
+ SQLite memory footprint from sqlite3_memory_used() recorded 1 hour after
+ first database is opened by sql::Connection.
+ </summary>
+</histogram>
+
+<histogram name="Sqlite.MemoryKB.TenMinutes" units="KB">
+ <owner>shess@chromium.org</owner>
+ <summary>
+ SQLite memory footprint from sqlite3_memory_used() recorded 10 minutes after
+ first database is opened by sql::Connection.
+ </summary>
+</histogram>
+
<histogram name="Sqlite.Migration.History" units="milliseconds">
<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