Merged in pk_dev (pull request #1)

Pk dev
This commit is contained in:
Renan DelValle 2016-12-22 23:08:10 -05:00
commit 620c81466c
16 changed files with 1417 additions and 17 deletions

View file

@ -5,19 +5,21 @@ To Do:
* Create metrics for each task launched [Time to schedule, run time, power used]
* Have calibration phase?
* Add ability to use constraints
* Add ability to use constraints
* Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
* Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?)
**Requires Performance-Copilot tool pmdumptext to be installed on the
machine on which electron is launched for logging to work**
How to run (Use the --help option to get information about other command-line options):
How to run:
`./electron -workload <workload json>`
`./electron -workload <workload.json> -ignoreWatts <true or false>`
To run electron with ignoreWatts, run the following command,
`./electron -workload <workload json> -ignoreWatts`
Workload schema:
@ -43,4 +45,4 @@ Workload schema:
"inst": 9
}
]
```
```