mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-24 05:13:57 +08:00
* rt debug scripts
* bigger buffer
* cleanup
* move to internal
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ebab660622
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
echo 96000 > /d/tracing/buffer_size_kb
|
|
atrace -t 10 sched workq -b 96000 > /tmp/trace.txt
|