Guest User

Untitled

a guest
Jun 25th, 2019
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "tasks" : {
  3. "cfs_thread" : {
  4. "instance" : 8,
  5. "run" : 5333,
  6. "timer" : { "ref" : "unique", "period" : 7777 },
  7. "policy" : "SCHED_OTHER"
  8. },
  9. "idle_thread" : {
  10. "instance" : 5,
  11. "run" : 3000,
  12. "policy" : "SCHED_IDLE"
  13. }
  14. },
  15. "global" : {
  16. "duration" : 5,
  17. "calibration" : "CPU0",
  18. "default_policy" : "SCHED_OTHER",
  19. "pi_enabled" : false,
  20. "lock_pages" : false,
  21. "logdir" : "./",
  22. "logsize" : 4,
  23. "log_basename" : "rt-app",
  24. "gnuplot" : false
  25. }
  26. }
Add Comment
Please, Sign In to add comment