mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 07:03:44 +08:00
090d3d2e41
move profiling
old-commit-hash: 03d6233743
7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
DEST=tici:/data/openpilot/selfdrive/debug/profiling/perfetto
|
|
|
|
scp -r perfetto/out/linux/tracebox $DEST
|
|
scp -r perfetto/test/configs $DEST
|