google / cro3

Abstraction Layer of ChromiumOS development
https://google.github.io/cro3/
BSD 3-Clause "New" or "Revised" License
36 stars 12 forks source link

New `cro3 perf` for perf frontend #249

Open mhiramat opened 3 months ago

mhiramat commented 3 months ago

For example, run perf command on DUT, and get the perf.data with archive info;

cro3 perf record --dut $DUT --archive

And get a stat data.

cro3 perf stat --dut $DUT --options "-e cache-miss -a -- sleep 1"
mhiramat commented 3 months ago

For internal user, cro3 perf setup to download debug info.