1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/framework/target
Brendan Jackman fbcee730b2 RTConfig: Allow network to stabilise after disabling airplane mode
This enables you to do things like:

global:
  runtime_parameters:
    airplane_mode: true # This improves repeatability of energy measurements

workloads:
  - name: foo

  - name: bar

  - name: geekbench
    runtime_parameters:
      airplane_mode: false # Geekbench requires network, and we don't care
                           # about energy for that workload anyway
2017-10-18 12:40:36 +01:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py TM: Update and Refactor 2017-04-05 11:51:29 +01:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py framework/target: fix gem5 target descriptor 2017-10-06 15:04:02 +01:00
info.py Revert "New target description + moving target stuff under "framework"" 2017-03-15 17:16:59 +00:00
manager.py framework/execution: fix TargetManager termination 2017-10-06 15:04:02 +01:00
runtime_config.py RTConfig: Allow network to stabilise after disabling airplane mode 2017-10-18 12:40:36 +01:00
runtime_parameter_manager.py framework/target: fix runtime param name resolution 2017-10-06 14:21:23 +01:00