1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa
Sergei Trofimov 5f00a94121 utils/types: fix toggle_set creation
Correctly handle the presence of both an element and its toggle in the
input, and handle them base on order, e.g.

toggle_set(['x', 'y', '~x']) --> {'y', '~x'}
toggle_set(['~x', 'y', 'x']) --> {'y', 'x'}
2020-02-19 17:02:58 +00:00
..
assets/bin tools/revent: update binaries to latest version 2019-01-07 13:31:07 +00:00
commands commands/process: partial results + write info 2020-01-17 10:59:56 +00:00
framework fw/instrument: derive Instrument from TargetedPlugin 2020-02-04 13:28:48 +00:00
instruments instruments: add proc_stat 2020-02-07 14:11:31 +00:00
output_processors output_processors/cpustates: Improve handling of missing cpuinfo data 2019-10-15 15:17:02 +01:00
tools/revent tools/revent: recording timestamp fix 2018-10-15 09:48:02 +01:00
utils utils/types: fix toggle_set creation 2020-02-19 17:02:58 +00:00
workloads workloads/exoplayer: Support Android 10 2020-01-27 15:00:33 +00:00
__init__.py workloads: Add support for UIBench Jank Tests 2019-06-28 09:27:56 +01:00