nnovzver / tuning_cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is playground for presentation from cppcon

Tuning C++. Benchmarks, and CPUs, and Compilers! Oh My! - Chandler Carruth

Download google/benchmark into googlebenchmark-src and build it in googlebenchmark-build with:

cmake -DCMAKE_BUILD_TYPE=Release ../googlebenchmark-src

I have being working with google/benchmark v1.2.0

About


Languages

Language:C++ 67.9%Language:Makefile 32.1%