- 25 Apr, 2016 1 commit
-
-
Dominic Hamon authored
Close a memory leak in configuration code
-
- 20 Apr, 2016 1 commit
-
-
Dominic Hamon authored
Add section on iterations.
-
- 19 Apr, 2016 1 commit
-
-
Dominic Hamon authored
Also add some subheadings, and fix up the line lengths. Fixes #194
-
- 18 Apr, 2016 2 commits
-
-
Dominic Hamon authored
Fix SetLabel usage example
-
Dmitry Vyukov authored
-
- 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.
-
- 09 Feb, 2016 1 commit
-
-
Alastair Murray authored
This was causing configuration failures on address sanitizer builds.
-
- 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
-