New `cro3 perf` for perf frontend
Open
P2
- Dominant language
- Rust
- Stars
- 50
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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"
```
Contributor guide
Assessment
This issue has not been assessed yet.