summaryrefslogtreecommitdiffstats
path: root/tools/perf/metrics/cpu.py
Commit message (Expand)AuthorAgeFilesLines
* Disable cpu/power/memory metrics for Mandoline.yzshen2015-08-071-0/+12
* Telemetry: Quiescent power benchmarks for Macandresantoso2015-04-241-0/+6
* [telemetry] Sort imports in Telemetry and its dependents.dtu2015-03-251-1/+2
* [Telemetry] Fix cpu metric on non-rooted devices.tonyg@chromium.org2014-08-071-5/+6
* Fix overflow for 32-bit jiffie counter on Android.starodub@google.com2014-06-301-1/+8
* Convert results.Add to results.AddValue for cpu metrics.nednguyen@google.com2014-06-131-2/+5
* Telemetry CPU metric trace names are misleadingshadi@chromium.org2014-03-041-3/+3
* Cpu metric: Change assert total_time > 0 to conditionalqyearsley@chromium.org2013-10-121-1/+1
* Telemetry: fix cpu metric.bulach@chromium.org2013-10-021-2/+1
* Adding unit test and comments for cpu metric.qyearsley@chromium.org2013-10-011-27/+41
* Rename class Cpu to CpuMetric, for consistency with other Metric classesqyearsley@chromium.org2013-09-261-3/+3
* New Cpu metric that calculates avg cpu_load of the browser over a span of tim...edmundyan@chromium.org2013-09-101-0/+55