Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
76 views

I'm experimenting with perf record --control to profile select sections of a program. Here's a Rust program that uses perf to profile the call to a function waste_time(): use libc; use log::info; use ...
Edd Barrett's user avatar
  • 3,685
0 votes
0 answers
30 views

Clion offers a perf integration for profiling applications. Getting this to work when using a docker toolchain is not described online. Is it possible to do this, and how does one manage the different ...
Jack's user avatar
  • 61