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
|