Commit Graph

1576 Commits

Author SHA1 Message Date
Dominic Hamon 3fb8268eab Add LICENSE and copyright headers 2014-01-09 08:01:34 -08:00
Dominic Hamon 577f7410d1 Explicitly remove unsupported memory usage support 2014-01-08 09:11:50 -08:00
Dominic Hamon dc5b533adb Remove tunable estimate for cycles per second 2014-01-08 09:11:07 -08:00
Dominic Hamon 9d230ffb47 Merge branch 'master' of https://github.com/google/benchmark 2014-01-07 17:06:42 -08:00
Dominic Hamon 373a7ddf90 Add drone.io build badge to README.md 2014-01-07 17:04:19 -08:00
Dominic Hamon dd27ca30e6 ignore tags file 2014-01-07 17:02:54 -08:00
Dominic Hamon acc65f48d3 Allow custom reporters 2014-01-07 16:33:40 -08:00
Dominic Hamon 2ff306af30 Fix right-alignment of items/s 2014-01-07 14:33:59 -08:00
Dominic Hamon 3a01f8320b Add items/bytes processed to SetInsert benchmark test 2014-01-07 14:31:14 -08:00
Dominic Hamon 2d557f1c75 Add Threads registration example to README.md 2014-01-07 13:48:27 -08:00
Dominic Hamon fc52b86270 Remove dead code, tidy output 2014-01-07 13:45:50 -08:00
Dominic Hamon e5f5a0d30e Report mean/stddev times as mean/stddev 2014-01-07 13:33:45 -08:00
Dominic Hamon 2923a481ed Multithreaded tests are reenabled 2014-01-07 13:15:26 -08:00
Dominic Hamon 15bf66750c Really drop multithreading support 2013-12-20 15:10:46 -08:00
Dominic Hamon 06c1fdbdb3 Update documentation and remove 'Threads' until threadedness works 2013-12-20 15:05:16 -08:00
Dominic Hamon 80162cab32 Update README.md 2013-12-20 14:53:25 -08:00
Dominic Hamon 01af2bc857 Create README.md 2013-12-20 14:51:56 -08:00
Dominic Hamon d44b01a9cc Merging in work from branch 2013-12-20 14:39:09 -08:00
Dominic Hamon 902fb91226 benchmark_repetitions now work 2013-12-20 14:38:15 -08:00
Dominic Hamon 3a6f24c67b benchmark_iterations works as expected 2013-12-19 17:21:34 -08:00
Dominic Hamon b3f0d71e50 benchmark_min_time now works as expected 2013-12-19 17:16:40 -08:00
Dominic Hamon d4ed240426 Added some missing atomics in FastClock 2013-12-19 17:04:54 -08:00
Dominic Hamon a94b0a6741 Remove duplicated macros header 2013-12-19 16:45:53 -08:00
Dominic Hamon 9a25f47250 Fix printing of time 2013-12-19 16:23:25 -08:00
Dominic Hamon e390e4ebc3 Adding benchmark namespace and removing broken flags 2013-12-19 16:18:09 -08:00
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