1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 19:31:18 +01:00
workload-automation/wlauto/workloads/rt_app/use_cases/spreading-tasks.json
2015-06-15 12:04:00 +01:00

27 lines
423 B
JSON

{
"tasks" : {
"thread" : {
"instance" : 2,
"loop" : -1,
"phases" : {
"light" : {
"loop" : 600,
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy" : {
"loop" : 600,
"run" : 7000,
"timer" : { "ref" : "unique", "period" : 10000 }
}
}
}
},
"global" : {
"duration" : 60,
"default_policy" : "SCHED_OTHER",
"calibration" : "CPU0"
}
}