CPU utilization % in telemetry results is huge |
|||
Issue descriptionThe CPU utilization % appears to need a division by 100. See the attached screenshot. The graph axis is correctly labeled but the raw values in the columns are in the thousands. Not sure if this is a problem with the benchmark itself or with the dashboard/results view.
,
Jan 3 2017
Looks like this is the point in legacy code where this value is added: https://cs.chromium.org/chromium/src/tools/perf/metrics/cpu.py?q=cpu_utilization&sq=package:chromium&dr=C&l=57 Some suspicious multiplication happening above there. I wonder if this is a platform-specific bug.
,
Jan 16
,
Jan 16
|
|||
►
Sign in to add a comment |
|||
Comment 1 by eakuefner@chromium.org
, Jan 3 2017