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

Issue 2446423009: Normalize thread_times metric against the bounds of the browser process. (Closed)

Created:
4 years, 1 month ago by erikchen
Modified:
4 years, 1 month ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Normalize thread_times metric against the bounds of the browser process. This relies on the assumption that all relevant slices are contained in the bounds of the browser process. This prevents us from normalizing against parts of the trace where the there are non-browser related traces. BUG=chromium:640312 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/b28a7dab04342d2fc249162e031102983b260942

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments from nednguyen and benjhayden. #

Total comments: 2

Patch Set 3 : Comments from nednguyen. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -1 line) Patch
M tracing/tracing/metrics/system_health/cpu_time_metric.html View 1 2 chunks +17 lines, -1 line 0 comments Download
M tracing/tracing/metrics/system_health/cpu_time_metric_test.html View 2 chunks +36 lines, -0 lines 0 comments Download
M tracing/tracing/model/helpers/chrome_model_helper.html View 1 2 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (15 generated)
erikchen
nednguyen: Please review.
4 years, 1 month ago (2016-10-29 01:02:00 UTC) #2
benjhayden
drive-by :-) https://codereview.chromium.org/2446423009/diff/1/tracing/tracing/metrics/system_health/cpu_time_metric.html File tracing/tracing/metrics/system_health/cpu_time_metric.html (right): https://codereview.chromium.org/2446423009/diff/1/tracing/tracing/metrics/system_health/cpu_time_metric.html#newcode60 tracing/tracing/metrics/system_health/cpu_time_metric.html:60: rangeOfInterest = opt_options.rangeOfInterest; Can you only compute ...
4 years, 1 month ago (2016-10-29 02:59:43 UTC) #8
nednguyen
On 2016/10/29 02:59:43, benjhayden wrote: > drive-by :-) > > https://codereview.chromium.org/2446423009/diff/1/tracing/tracing/metrics/system_health/cpu_time_metric.html > File tracing/tracing/metrics/system_health/cpu_time_metric.html (right): ...
4 years, 1 month ago (2016-10-31 13:17:42 UTC) #9
benjhayden
On 2016/10/31 at 13:17:42, nednguyen wrote: > On 2016/10/29 02:59:43, benjhayden wrote: > > drive-by ...
4 years, 1 month ago (2016-10-31 16:31:46 UTC) #12
erikchen
I created the method chromeBounds on ChromeModelHelper, but did not change the implementation of power_metric.html. ...
4 years, 1 month ago (2016-10-31 19:50:20 UTC) #13
nednguyen
On 2016/10/31 19:50:20, erikchen wrote: > I created the method chromeBounds on ChromeModelHelper, but did ...
4 years, 1 month ago (2016-10-31 19:55:26 UTC) #16
nednguyen
https://codereview.chromium.org/2446423009/diff/20001/tracing/tracing/model/helpers/chrome_model_helper.html File tracing/tracing/model/helpers/chrome_model_helper.html (right): https://codereview.chromium.org/2446423009/diff/20001/tracing/tracing/model/helpers/chrome_model_helper.html#newcode147 tracing/tracing/model/helpers/chrome_model_helper.html:147: get chromeBounds() { nits: memorize the bounds since this ...
4 years, 1 month ago (2016-10-31 19:55:33 UTC) #17
erikchen
https://codereview.chromium.org/2446423009/diff/20001/tracing/tracing/model/helpers/chrome_model_helper.html File tracing/tracing/model/helpers/chrome_model_helper.html (right): https://codereview.chromium.org/2446423009/diff/20001/tracing/tracing/model/helpers/chrome_model_helper.html#newcode147 tracing/tracing/model/helpers/chrome_model_helper.html:147: get chromeBounds() { On 2016/10/31 19:55:33, nednguyen wrote: > ...
4 years, 1 month ago (2016-10-31 21:14:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2446423009/40001
4 years, 1 month ago (2016-10-31 21:15:06 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/b28a7dab04342d2fc249162e031102983b260942
4 years, 1 month ago (2016-10-31 21:38:15 UTC) #25
nednguyen
4 years, 1 month ago (2016-11-07 16:04:22 UTC) #26
Message was sent while issue was closed.
On 2016/10/31 21:38:15, commit-bot: I haz the power wrote:
> Committed patchset #3 (id:40001) as
>
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Charlie: shouldn't we also update the current implementation of power_metric to
use this for Chrome bound?

Powered by Google App Engine
This is Rietveld 408576698