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

Issue 15647015: Support computing percentiles on a rolling window of samples (Closed)

Created:
7 years, 6 months ago by ajuma
Modified:
7 years, 6 months ago
Reviewers:
brianderson
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Support computing percentiles on a rolling window of samples This defines RollingTimeDeltaHistory, a class that stores a limited number of samples (of type base::TimeDelta) and allows computing percentiles on the stored set. When the maximum size is reached, each insertion results in the deletion of the oldest remaining sample. BUG=243459 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203847

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -0 lines) Patch
M cc/cc.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
A cc/scheduler/rolling_time_delta_history.h View 1 1 chunk +44 lines, -0 lines 0 comments Download
A cc/scheduler/rolling_time_delta_history.cc View 1 1 chunk +65 lines, -0 lines 0 comments Download
A cc/scheduler/rolling_time_delta_history_unittest.cc View 1 1 chunk +109 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ajuma
PTAL. This is intended to be used the scheduler to help estimate future compositing times ...
7 years, 6 months ago (2013-05-31 17:51:30 UTC) #1
brianderson
https://chromiumcodereview.appspot.com/15647015/diff/1/cc/scheduler/rolling_sample_window.h File cc/scheduler/rolling_sample_window.h (right): https://chromiumcodereview.appspot.com/15647015/diff/1/cc/scheduler/rolling_sample_window.h#newcode18 cc/scheduler/rolling_sample_window.h:18: class CC_EXPORT RollingSampleWindow { If we are going to ...
7 years, 6 months ago (2013-05-31 18:42:05 UTC) #2
ajuma
https://codereview.chromium.org/15647015/diff/1/cc/scheduler/rolling_sample_window.h File cc/scheduler/rolling_sample_window.h (right): https://codereview.chromium.org/15647015/diff/1/cc/scheduler/rolling_sample_window.h#newcode18 cc/scheduler/rolling_sample_window.h:18: class CC_EXPORT RollingSampleWindow { On 2013/05/31 18:42:05, Brian Anderson ...
7 years, 6 months ago (2013-05-31 20:41:11 UTC) #3
ajuma
PTAL.
7 years, 6 months ago (2013-06-03 20:42:47 UTC) #4
brianderson
lgtm
7 years, 6 months ago (2013-06-03 22:51:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/15647015/6001
7 years, 6 months ago (2013-06-03 23:01:20 UTC) #6
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-03 23:11:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ajuma@chromium.org/15647015/6001
7 years, 6 months ago (2013-06-03 23:47:44 UTC) #8
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 04:33:52 UTC) #9
Message was sent while issue was closed.
Change committed as 203847

Powered by Google App Engine
This is Rietveld 408576698