Comment on Evaluation of CPU profiling tools: gperftools, Valgrind and gprof (2015)Comments−pjc506yAlso worth considering is Oprofile: https://en.m.wikipedia.org/wiki/OProfile−redis_mlc6yI used to use oprofile, but I don't think it works on current kernels.So I use "perf stat" now. :)
Comments
Also worth considering is Oprofile: https://en.m.wikipedia.org/wiki/OProfile
I used to use oprofile, but I don't think it works on current kernels.
So I use "perf stat" now. :)