Commit 9cf1ff43 by Tobias Langer

Added example experiment layout.

parent da25cb9b
{
"name" : "simple_taskset",
"template" : "templates/normal/",
"includes" : [
{
"name" : "<embb/base/duration.h>"
}
],
"cpp_time_base" : "std::chrono::seconds",
"embb_time_base" : "embb::base::DurationSeconds",
"base_clock" : "std::chrono::system_clock",
"executions" : 100,
"data_description" : [
{
"name" : "task",
"fields" : [
{
"type" : "int",
"name" : "wcet"
},
{
"type" : "int",
"name" : "period"
},
{
"type" : "int",
"name" : "deadline"
},
{
"type" : "int",
"name" : "count"
}
]
}
],
"data" : [
{
"type" : "task",
"name" : "taskset",
"elem" : [
{
"wcet": 5,
"period" : 10,
"deadline" : 15
},
{
"wcet": 5,
"period" : 10,
"deadline" : 15
},
{
"wcet": 5,
"period" : 10,
"deadline" : 15
},
{
"wcet": 5,
"period" : 10,
"deadline" : 15
}
]
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment