Added TODO for making def.Task an interface where we can define different types of Task configuration. This increases Electron's flexivility on the workload format
This commit is contained in:
parent
faad66f78c
commit
a2b50dd313
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ To Do:
|
||||||
longer any tasks to schedule.
|
longer any tasks to schedule.
|
||||||
* Have a centralised logFile that can be filtered by identifier. All electron logs should go into this file.
|
* Have a centralised logFile that can be filtered by identifier. All electron logs should go into this file.
|
||||||
* Make ClassMapWatts to commandLine arguments so Electron can be run with ClassMapWatts enabled/disabled.
|
* Make ClassMapWatts to commandLine arguments so Electron can be run with ClassMapWatts enabled/disabled.
|
||||||
|
* Make def.Task an interface for further modularization and flexibility.
|
||||||
|
|
||||||
|
|
||||||
**Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the
|
**Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the
|
||||||
|
|
Reference in a new issue