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

Unified Diff: cc/base/rolling_time_delta_history.h

Issue 833283003: Reland "Add new latency_info for tracking browser composite time." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 11 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: 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();
Sami 2015/01/06 12:21:40 drive-by nit: const
+
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') | content/browser/renderer_host/compositor_impl_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698