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).
parents
Showing
.gitignore
0 → 100644
CMakeLists.txt
0 → 100644
include/benchmark/benchmark.h
0 → 100644
This diff is collapsed.
Click to expand it.
include/benchmark/macros.h
0 → 100644
src/benchmark.cc
0 → 100644
This diff is collapsed.
Click to expand it.
src/colorprint.cc
0 → 100644
src/colorprint.h
0 → 100644
src/commandlineflags.cc
0 → 100644
src/commandlineflags.h
0 → 100644
src/cycleclock.h
0 → 100644
src/macros.h
0 → 100644
src/mutex_lock.h
0 → 100644
src/port.h
0 → 100644
src/sleep.cc
0 → 100644
src/sleep.h
0 → 100644
src/stat.h
0 → 100644
src/sysinfo.cc
0 → 100644
This diff is collapsed.
Click to expand it.
src/sysinfo.h
0 → 100644
src/walltime.cc
0 → 100644
src/walltime.h
0 → 100644
test/benchmark_test.cc
0 → 100644
Please
register
or
sign in
to comment