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

Unified Diff: net/disk_cache/simple/simple_synchronous_entry.h

Issue 2853263002: SimpleCache: histogram queuing delays and I/O portion of more ops. (Closed)
Patch Set: Created 3 years, 8 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
Index: net/disk_cache/simple/simple_synchronous_entry.h
diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h
index 3b37c095a690591f89a8b2a344d124e1d2e7cfc4..3c585d8e640175e57d5ca842721751b0733ac413 100644
--- a/net/disk_cache/simple/simple_synchronous_entry.h
+++ b/net/disk_cache/simple/simple_synchronous_entry.h
@@ -123,6 +123,7 @@ class SimpleSynchronousEntry {
const std::string& key,
uint64_t entry_hash,
bool had_index,
+ const base::TimeTicks& start_time,
SimpleEntryCreationResults* out_results);
static void CreateEntry(net::CacheType cache_type,
@@ -130,6 +131,7 @@ class SimpleSynchronousEntry {
const std::string& key,
uint64_t entry_hash,
bool had_index,
+ const base::TimeTicks& start_time,
SimpleEntryCreationResults* out_results);
// Deletes an entry from the file system without affecting the state of the

Powered by Google App Engine
This is Rietveld 408576698