mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
81da8ac9f4
date: 2024-06-11T01:36:39 master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/usr/bin/bash
|
|
|
|
curl -LO https://get.perfetto.dev/trace_processor
|
|
chmod +x ./trace_processor
|
|
|
|
./trace_processor --httpd
|