mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
090d3d2e41
move profiling old-commit-hash: 03d6233743dbf8913ca48b59dd54f111be2ab595
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
|