Files
sunnypilot/selfdrive/debug/profiling/perfetto/record.sh
Adeeb Shihadeh 76aed9c23b perfetto (#22998)
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: b51da61dc4
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