-
Notifications
You must be signed in to change notification settings - Fork 0
/
prog_catnap.json
78 lines (78 loc) · 1.58 KB
/
prog_catnap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{ "_comment": "All tasks have period -1 (unscheduled) and events post tasks",
"_comment1": "Just unordered tasks posted by events",
"tasks": {
"ordered": {
"inner_tasks":[]
},
"unordered": {
"inner_tasks":
[
{
"period":-1,
"periodic":false,
"atomic":false,
"ops":
[
{
"type": 2,
"instr_count": 100e3
},
{
"type": 2,
"instr_count": 100e3
},
{
"type": 2,
"instr_count": 100e6
}
]
},
{
"period":-1,
"periodic":false,
"atomic":false,
"ops":
[
{
"type": 2,
"instr_count": 100e3
},
{
"type": 1,
"count": 1000,
"latency": 2.5e-7,
"i_load": 2e-3
},
{
"type": 2,
"instr_count": 100e6
}
]
}
]
},
"event": {
"inner_tasks":
[
{
"period":10,
"periodic":false,
"atomic":false,
"ops":
[
{
"type": 3,
"times": [10e-3,100e-3,10e-3],
"i_loads": [0.050, 0.1, 0.050]
},
{
"type": 2,
"instr_count": 100e3
}
],
"schedule": 0
}
]
}
}
}