- 29 Mar, 2016 2 commits
- 28 Mar, 2016 1 commit
-
-
Kai Wolf authored
-
- 26 Mar, 2016 1 commit
-
-
Kai Wolf authored
-
- 24 Mar, 2016 2 commits
-
-
Kai Wolf authored
-
Kai Wolf authored
Some benchmarks may run a few milliseconds which makes it kind of hard to visually compare, since the currently only available nanoseconds numbers can get very large in this case. Therefore this commit adds an optional command line flag --benchmark_time_unit which lets the user choose between ns and ms time units for displaying the mean execution time.
-
- 26 Feb, 2016 1 commit
-
-
Dominic Hamon authored
Fix missing include in map_test.cc
-
- 24 Feb, 2016 3 commits
-
-
Ian Henriksen authored
building with libc++.
-
Dominic Hamon authored
Pass const State to Fixture::TearDown. Fix memory leak in fixture_test
-
Mohamed Amin JABRI authored
-
- 17 Feb, 2016 1 commit
-
-
Dominic Hamon authored
Format json in README.md
-
- 16 Feb, 2016 3 commits
-
-
Arkady Shapkin authored
-
Dominic Hamon authored
Pass const state to Fixture::SetUp. Add map_test.
-
Dominic Hamon authored
Add number of threads to State.
-
- 15 Feb, 2016 2 commits
-
-
Jakob Buchgraber authored
Having access to the thread count from within a benchmark is useful, for when one wants to distribute a workload dynamically among the benchmarks running in parallel e.g when using ThreadRange() or ThreadPerCpu().
-
Dominic Hamon authored
-
- 14 Feb, 2016 2 commits
-
-
Dominic Hamon authored
Add section on optimisations to README
-
Dominic Hamon authored
-
- 13 Feb, 2016 3 commits
-
-
Dominic Hamon authored
Add aarch64 support to src/cycleclock.h.
-
Dominic Hamon authored
Fix ARM /proc/cpuinfo parsing.
-
Dominic Hamon authored
Support MSVC on appveyor
-
- 12 Feb, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 11 Feb, 2016 1 commit
-
-
Elliott Hughes authored
Also fix related warning message typos.
-
- 10 Feb, 2016 1 commit
-
-
Elliott Hughes authored
From google3's base/cycleclock.
-
- 30 Dec, 2015 2 commits
-
-
Dominic Hamon authored
Update README to mention UseRealTime for wallclock time measurements.
-
Eli Bendersky authored
Also adding a use case in the API header. Fixes #170
-
- 14 Dec, 2015 1 commit
-
-
Eric Fiselier authored
-
- 30 Nov, 2015 2 commits
-
-
Dominic Hamon authored
Fixes #165: CustomArguments ret type in README
-
Dominik Czarnota authored
* adds myself to AUTHORS/CONTRIBUTORS
-
- 06 Nov, 2015 3 commits
- 05 Nov, 2015 1 commit
-
-
Dominic Hamon authored
-
- 29 Oct, 2015 1 commit
-
-
Dominic Hamon authored
add static_cast to get rid of warnings for intel compiler on linux platform
-
- 25 Oct, 2015 1 commit
-
-
guanqun authored
-
- 19 Oct, 2015 1 commit
-
-
Dominic Hamon authored
Fix get_git_version to use GIT_EXECUTABLE.
-
- 18 Oct, 2015 1 commit
-
-
Zbigniew Skowron authored
get_git_version CMake function uses 'git' command directly, instead of GIT_EXECUTABLE variable. This causes CMake errors while generating project files in environments, where 'git' command is not present in PATH.
-
- 13 Oct, 2015 1 commit
-
-
Dominic Hamon authored
-
- 12 Oct, 2015 2 commits
-
-
Dominic Hamon authored
Fixes #144 CMake fails without Git
-
Dominic Hamon authored
-