1main: { 2 multithreading: { 3 fork: false; 4 threads: [ 5 { 6 name: "CPU 0", 7 sched_affinity: 1, 8 instruction: { 9 cpu_work: { 10 utilization: 0.2 11 } 12 repeat: 100, 13 period_us: 60000 14 }, 15 }, 16 { 17 name: "CPU 3" 18 sched_affinity: 4, 19 instruction: { 20 cpu_work: { 21 utilization: 0.5 22 } 23 repeat: 100, 24 period_us: 50000 25 }, 26 } 27 ] 28 } 29} 30global: {} 31