.. |
CMakeLists.txt
|
Rearrange the pieces
|
2015-04-03 13:33:54 -07:00 |
arraysize.h
|
Removed unneeded #include <cstddef>
|
2015-10-06 15:10:15 +01:00 |
benchmark.cc
|
Modified check for range multiplier
|
2016-05-16 18:17:11 +02:00 |
check.h
|
Removed default constructor, copy constructor and assignment operator for CheckHandler.
|
2015-10-08 10:48:16 +02:00 |
colorprint.cc
|
Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc.
|
2015-11-06 11:07:26 +02:00 |
colorprint.h
|
Adding benchmark namespace and removing broken flags
|
2013-12-19 16:18:09 -08:00 |
commandlineflags.cc
|
Sorted include of headers.
|
2015-10-09 08:47:36 +02:00 |
commandlineflags.h
|
Third step in moving towards adopting new timer semantics
|
2015-03-06 17:01:05 -05:00 |
console_reporter.cc
|
Only output optional fields if they're set
|
2016-05-02 12:04:16 -07:00 |
csv_reporter.cc
|
Fix missing <tuple> header in csv/json_reporter
|
2016-03-30 09:14:04 +02:00 |
cycleclock.h
|
Add aarch64 support to src/cycleclock.h.
|
2016-02-10 15:48:27 -08:00 |
internal_macros.h
|
Renamed the internal os macros to avoid a name clash in Shlwapi.h where OS_WINDOWS is defined to 0.
|
2015-10-08 10:47:49 +02:00 |
json_reporter.cc
|
Fix missing <tuple> header in csv/json_reporter
|
2016-03-30 09:14:04 +02:00 |
log.cc
|
The second step towards merging the timer changes.
|
2015-03-06 14:07:24 -05:00 |
log.h
|
invert check in GetLogInstanceForLevel()
|
2015-03-06 14:19:06 -05:00 |
mutex.h
|
Adopt new benchmark timing internals.
|
2015-03-12 18:03:33 -04:00 |
re.h
|
replace instances of NULL with nullptr
|
2015-03-12 19:32:50 -04:00 |
re_posix.cc
|
replace instances of NULL with nullptr
|
2015-03-12 19:32:50 -04:00 |
re_std.cc
|
Third step in moving towards adopting new timer semantics
|
2015-03-06 17:01:05 -05:00 |
reporter.cc
|
Refactor GetTimeUnitAndMultiplier and add example
|
2016-03-28 21:32:11 +02:00 |
sleep.cc
|
Update macro names in comments.
|
2015-10-12 09:50:01 -07:00 |
sleep.h
|
Third step in moving towards adopting new timer semantics
|
2015-03-06 17:01:05 -05:00 |
stat.h
|
add floating point comparison warnings
|
2015-03-12 20:27:29 -04:00 |
string_util.cc
|
Changed date format to ISO 8601.
|
2015-10-09 09:05:19 +02:00 |
string_util.h
|
Make it compile with Visual Studio 2013.
|
2015-09-03 15:11:09 -04:00 |
sysinfo.cc
|
Fix ARM /proc/cpuinfo parsing.
|
2016-02-10 16:20:05 -08:00 |
sysinfo.h
|
Introduce use of std::chrono and remove Walltime printing
|
2015-03-26 14:26:07 -04:00 |
walltime.cc
|
Fixed double to float warning.
|
2015-10-08 10:48:22 +02:00 |
walltime.h
|
Make DateTimeString part of the internal implementation
|
2015-03-27 12:13:02 -04:00 |