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

Unified Diff: net/disk_cache/eviction.cc

Issue 146129: Disk Cache: Split some time histograms in groups based... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/entry_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/eviction.cc
===================================================================
--- net/disk_cache/eviction.cc (revision 19175)
+++ net/disk_cache/eviction.cc (working copy)
@@ -104,7 +104,7 @@
}
}
- CACHE_UMA(AGE_MS, "TotalTrimTime", 0, start);
+ CACHE_UMA(AGE_MS, "TotalTrimTime", backend_->GetSizeGroup(), start);
trimming_ = false;
Trace("*** Trim Cache end ***");
return;
@@ -276,7 +276,7 @@
factory_.NewRunnableMethod(&Eviction::TrimDeleted, empty));
}
- CACHE_UMA(AGE_MS, "TotalTrimTime", 0, start);
+ CACHE_UMA(AGE_MS, "TotalTrimTime", backend_->GetSizeGroup(), start);
Trace("*** Trim Cache end ***");
trimming_ = false;
return;
« no previous file with comments | « net/disk_cache/entry_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698