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

Issue 117393002: Fix handling of aggregate times in TimerData::getResult (Closed)

Created:
7 years ago by robertphillips
Modified:
7 years ago
Reviewers:
bsalomon, benchen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Prior to this CL, if one handed an aggregate time to the TimerData class it wouldn't be normalized by the number of iterations per timing when "perIter" results were requested.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M bench/TimerData.cpp View 1 chunk +5 lines, -5 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
robertphillips
https://codereview.chromium.org/117393002/diff/1/bench/TimerData.cpp File bench/TimerData.cpp (right): https://codereview.chromium.org/117393002/diff/1/bench/TimerData.cpp#newcode75 bench/TimerData.cpp:75: if (kPerIter_Result == result) { This is modeled on ...
7 years ago (2013-12-17 16:20:53 UTC) #1
benchen
lgtm
7 years ago (2013-12-17 16:27:19 UTC) #2
bsalomon
On 2013/12/17 16:27:19, benchen wrote: > lgtm lgtm
7 years ago (2013-12-17 16:32:11 UTC) #3
robertphillips
7 years ago (2013-12-17 16:33:05 UTC) #4
Message was sent while issue was closed.
committed as r12709

Powered by Google App Engine
This is Rietveld 408576698