Go to file
Dominic Hamon 403f354423 Initial commit
Benchmark library builds and runs but only single-threaded. Multithreaded
support needs a bit more love.

Currently requires some C++11 support (g++ 4.6.3 seems to work).
2013-12-18 16:58:23 -08:00
include/benchmark Initial commit 2013-12-18 16:58:23 -08:00
src Initial commit 2013-12-18 16:58:23 -08:00
test Initial commit 2013-12-18 16:58:23 -08:00
.gitignore Initial commit 2013-12-18 16:58:23 -08:00
CMakeLists.txt Initial commit 2013-12-18 16:58:23 -08:00