How to perf:
perf record -e task-clock ./PROGRAM
perf report --stdio --dsos=PROGRAM
rm perf.data
Description
Languages
Rust
68.8%
C
26.3%
C++
3%
Python
0.9%
Shell
0.5%
Other
0.3%