aboutsummaryrefslogtreecommitdiff
path: root/crosperf/results_cache.py
AgeCommit message (Expand)Author
2021-10-28Replace non-inclusive languageJordan R Abrahams
2021-08-04crosperf: reuse perf reportsJian Cai
2021-07-27crosperf: remove idle samples from crosperf reportJian Cai
2021-07-27crosperf: update location debug infoChromeOS Developer
2021-01-12crosperf: Fix index incrementingDenis Nikitin
2020-09-18crosperf: Add verification of per-process profilesDenis Nikitin
2020-06-20crosperf: Save cpuinfo and top logsDenis Nikitin
2020-06-05crosperf: Include PID in topstatsDenis Nikitin
2020-05-28results_cache: also `return` instead of `raise`ingGeorge Burgess IV
2020-05-28crosperf: fix a bug where we tar the world in results_cacheGeorge Burgess IV
2020-05-28crosperf: fix compress dir for tast testszhizhouy
2020-05-26crosperf: introduce option "compress_results" for result directoryzhizhouy
2020-04-23crosperf: add support to run tast benchmarkszhizhouy
2020-03-26crosperf: raise error at exit when benchmarks fail to runzhizhouy
2020-01-30crosperf: migration to python 3Zhizhou Yang
2019-12-11crosperf: migrate device setup functions for telemetry_CrosperfZhizhou Yang
2019-10-16crosperf: Update top stats and cooldown reportDenis Nikitin
2019-09-28crosperf: Print top5 commands into logDenis Nikitin
2019-09-26crosperf: mark a run as failed if samples collected is 0Zhizhou Yang
2019-09-24crosperf: add per tag story summary when parsing histogramsJian Cai
2019-08-30crosperf: Add support for using aquarium in Telemetry.Tiancong Wang
2019-08-19crosperf: Add ARM CPU stats in crosperf reportDenis Nikitin
2019-07-28crosperf: Add cpu statistics into results reportDenis Nikitin
2019-07-26crosperf: Fix pylint warningsDenis Nikitin
2019-07-25toolchain-utils: add block list for histograms outputJian Cai
2019-07-25Toolchain-utils: replace xrange with range on results_cache.pyJian Cai
2019-07-10crosperf: Fix a typo in kernel kallsyms.Manoj Gupta
2019-07-10toolchain-utils:fix a typoJian Cai
2019-07-09toolchain-utils: migrate Telemetry tests results from chartjson to histogramsJian Cai
2019-04-18crosperf: generate perf report with correct debug filesZhizhou Yang
2019-04-08Fix 'result' variable referenced before assignment issueZhizhou Yang
2019-03-07crosperf: do not put key 'samples' in result.keyval when test failedZhizhou Yang
2019-03-06crosperf: enabling result caching for cwp modeZhizhou Yang
2019-03-06crosperf: replace cpu cycles in report with samplesZhizhou Yang
2018-12-28crosperf: Generate report for cwp approximationZhizhou Yang
2018-12-11crosperf: fix cpu_cycles in result_cacheZhizhou Yang
2018-11-17crosperf: collect CPU cycles for CWP approximationZhizhou Yang
2018-11-16crosperf: Passing dso and weight to result_cache.pyZhizhou Yang
2017-04-08[toolchain-utils] Fix remaining lint errors in toolchain-utils.Caroline Tice
2017-01-23remove perf binary from toolchain-utils.Yunlian Jiang
2016-11-22Fix crosperf generating duplicate key entries.Manoj Gupta
2016-11-21Fix crosperf generating duplicate key entries.Manoj Gupta
2016-08-24crosperf: fix telemetry results parsing.Yunlian Jiang
2016-08-19[crosperf] Fix reading from cache.Caroline Tice
2016-08-17[crosperf] Fix telemetry results parsing.Caroline Tice
2016-08-10[crosperf] Update parsing of telemetry json file.Caroline Tice
2016-08-10Random nit fixes in crosperf; NFC.George Burgess IV
2016-07-27[crosperf] Clean up exceptions.Caroline Tice
2016-07-25[crosperf] Get telemetry results from file instead of stdout.Caroline Tice
2016-04-14[crosperf] Fix more lint errors.Caroline Tice