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

Issue 22475007: telemetry: separated stats collection from metrics calculation. (Closed)

Created:
7 years, 4 months ago by ernstm
Modified:
7 years, 4 months ago
Reviewers:
nduca, tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, qyearsley
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

telemetry: separated stats collection from metrics calculation. - Split calculation of smoothness metrics into two parts: A) collection of stats (now from RenderingStats, in the future from traces), B) calculation of the actual benchmark metrics from the stats. - This allows modifying and testing both parts independently R=nduca@chromium.org BUG=264308 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216832

Patch Set 1 #

Total comments: 2

Patch Set 2 : Made GpuRenderingStats a class. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -147 lines) Patch
M tools/perf/measurements/smoothness.py View 1 2 chunks +4 lines, -5 lines 0 comments Download
A tools/perf/metrics/gpu_rendering_stats.py View 1 1 chunk +47 lines, -0 lines 0 comments Download
M tools/perf/metrics/smoothness.py View 1 2 chunks +68 lines, -113 lines 0 comments Download
M tools/perf/metrics/smoothness_unittest.py View 1 1 chunk +96 lines, -29 lines 0 comments Download
M tools/perf/run_tests View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ernstm
7 years, 4 months ago (2013-08-09 22:35:06 UTC) #1
tonyg
We'll need to reconcile this and https://codereview.chromium.org/22428004/
7 years, 4 months ago (2013-08-09 22:38:32 UTC) #2
nduca
minor tweak suggested but lgtm https://codereview.chromium.org/22475007/diff/1/tools/perf/metrics/benchmark_stats.py File tools/perf/metrics/benchmark_stats.py (right): https://codereview.chromium.org/22475007/diff/1/tools/perf/metrics/benchmark_stats.py#newcode5 tools/perf/metrics/benchmark_stats.py:5: def MakeBenchmarkStats(rendering_stats_deltas): How about ...
7 years, 4 months ago (2013-08-09 22:38:57 UTC) #3
ernstm
https://codereview.chromium.org/22475007/diff/1/tools/perf/metrics/benchmark_stats.py File tools/perf/metrics/benchmark_stats.py (right): https://codereview.chromium.org/22475007/diff/1/tools/perf/metrics/benchmark_stats.py#newcode5 tools/perf/metrics/benchmark_stats.py:5: def MakeBenchmarkStats(rendering_stats_deltas): On 2013/08/09 22:38:57, nduca wrote: > How ...
7 years, 4 months ago (2013-08-09 23:37:31 UTC) #4
nduca
beautiful. lgtm
7 years, 4 months ago (2013-08-09 23:40:03 UTC) #5
ernstm
On 2013/08/09 22:38:32, tonyg wrote: > We'll need to reconcile this and https://codereview.chromium.org/22428004/ I synced ...
7 years, 4 months ago (2013-08-09 23:47:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ernstm@chromium.org/22475007/7001
7 years, 4 months ago (2013-08-09 23:49:43 UTC) #7
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 08:33:34 UTC) #8
Message was sent while issue was closed.
Change committed as 216832

Powered by Google App Engine
This is Rietveld 408576698