Files
sunnypilot/selfdrive/debug/profiling/perfetto/record.sh
Adeeb Shihadeh b51da61dc4 perfetto (#22998)
Co-authored-by: Comma Device <device@comma.ai>
2021-11-22 14:03:42 -08:00

9 lines
184 B
Bash
Executable File

#!/usr/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
OUT=trace_
sudo ./tracebox -o $OUT --txt -c configs/scheduling.cfg
sudo chown $USER:$USER $OUT