C++ google benchmark cheatsheet

 

Simple template:

Input arguments:

Range input arguments:

 

 




Multiple input arguments:

Big O:

Pause timer:

Not optimize:


Reference:

[1]: Arisaif. (2020, June 25). How to use Google Benchmark for C++ programs [Video]. YouTube. https://www.youtube.com/watch?v=9VKR8u9odrA

Comments