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

Issue 2560543002: [telemetry] Fix CPU metric jiffie overflow correction. (Closed)

Created:
4 years ago by dtu
Modified:
4 years ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[telemetry] Fix CPU metric jiffie overflow correction. The jiffie counter is at 100 Hz, so the correction should be divided by 100. BUG=671635 Committed: https://crrev.com/8617703b123bda515544f1a68803e4911bf947d3 Cr-Commit-Position: refs/heads/master@{#438248}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update assertion #

Patch Set 3 : Update unit test. #

Patch Set 4 : Typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M tools/perf/metrics/cpu.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/metrics/cpu_unittest.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 37 (19 generated)
dtu
4 years ago (2016-12-06 19:47:14 UTC) #2
mikecase (-- gone --)
https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py File tools/perf/metrics/cpu.py (right): https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py#newcode92 tools/perf/metrics/cpu.py:92: total_time += 2 ** 32 / 100. do you ...
4 years ago (2016-12-06 19:54:15 UTC) #4
dtu
https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py File tools/perf/metrics/cpu.py (right): https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py#newcode92 tools/perf/metrics/cpu.py:92: total_time += 2 ** 32 / 100. On 2016/12/06 ...
4 years ago (2016-12-06 20:33:58 UTC) #5
Sami
lgtm. https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py File tools/perf/metrics/cpu.py (right): https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py#newcode94 tools/perf/metrics/cpu.py:94: assert total_time > 0 and total_time < 2 ...
4 years ago (2016-12-07 17:20:12 UTC) #6
dtu
https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py File tools/perf/metrics/cpu.py (right): https://codereview.chromium.org/2560543002/diff/1/tools/perf/metrics/cpu.py#newcode94 tools/perf/metrics/cpu.py:94: assert total_time > 0 and total_time < 2 ** ...
4 years ago (2016-12-08 00:55:29 UTC) #7
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/2560543002/20001
4 years ago (2016-12-08 00:55:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/81706) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years ago (2016-12-08 01:42:56 UTC) #12
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/2560543002/20001
4 years ago (2016-12-08 04:00:57 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/330845)
4 years ago (2016-12-08 04:47:14 UTC) #16
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/2560543002/20001
4 years ago (2016-12-09 19:39:26 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/347407)
4 years ago (2016-12-09 20:51:09 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/2560543002/40001
4 years ago (2016-12-10 01:44:00 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/196457)
4 years ago (2016-12-10 02:53:29 UTC) #25
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/2560543002/60001
4 years ago (2016-12-12 21:54:24 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/197693)
4 years ago (2016-12-13 01:05:14 UTC) #30
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/2560543002/60001
4 years ago (2016-12-13 18:12:57 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-13 19:23:53 UTC) #35
commit-bot: I haz the power
4 years ago (2016-12-13 19:26:26 UTC) #37
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8617703b123bda515544f1a68803e4911bf947d3
Cr-Commit-Position: refs/heads/master@{#438248}

Powered by Google App Engine
This is Rietveld 408576698