We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CppCon 2015: Chandler Carruth "Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!" https://youtu.be/nXaxk27zwlk
https://github.com/google/benchmark
-fno-omit-frame-pointer
perf stats
perf record -g
perf report -g "graph,0.5,caller"
perf report -g "graph,0.5,caller" ./<executable-with-google-lib> --filter-function <func-name>
a