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

Unified Diff: cc/base/rolling_time_delta_history.h

Issue 577273003: Add new latency_info for tracking browser composite time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sievers Review Created 6 years, 2 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 | « no previous file | cc/base/rolling_time_delta_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/rolling_time_delta_history.h
diff --git a/cc/base/rolling_time_delta_history.h b/cc/base/rolling_time_delta_history.h
index e51fb86ba9688988fc46289528662e7328b1bb38..603c813425fe6d3a070d3b915244da11880c193f 100644
--- a/cc/base/rolling_time_delta_history.h
+++ b/cc/base/rolling_time_delta_history.h
@@ -23,6 +23,8 @@ class CC_EXPORT RollingTimeDeltaHistory {
void InsertSample(base::TimeDelta time);
+ size_t SampleCount();
+
void Clear();
// Returns the smallest sample that is greater than or equal to the specified
« no previous file with comments | « no previous file | cc/base/rolling_time_delta_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698