Sign in
fuchsia
/
third_party
/
benchmark
/
HEAD
3554d30
[fuchsia] Suppress conversion errors
by Bruno Dal Bo
· 4 years, 1 month ago
main
master
a779ffc
Add trailing newline at EOF
by Chris Bracken
· 5 years ago
21f1eb3
Update README.fuchsia
by Petr Hosek
· 7 years ago
5a905a7
Update README.fuchsia
by Damien Miller
· 7 years ago
f7d0bdd
Link to upstream in README.fuchsia
by Damien Miller
· 7 years ago
b387588
Stop using sys/resource.h and rusage.
by Ian McKellar
· 7 years ago
296537b
Enable use of thread safety attributes in project
by James Robinson
· 8 years ago
f128c3b
Add BUILD.gn
by Ankur Mittal
· 8 years ago
a8aa40c
Fix obvious typo in string formatting
by Eric Fiselier
· 8 years ago
2373382
Rewrite compare_bench.py argument parsing.
by Eric Fiselier
· 8 years ago
4f8bfea
Report error when no benchmarks match regex. (#308)
by Dominic Hamon
· 8 years ago
v1.1.0
0064c56
Add tests for reporters (#307)
by Marek Kurdej
· 8 years ago
8e08aa7
Merge branch 'mkurdej-arg-names'
by Dominic Hamon
· 8 years ago
3f23832
Allow calling Args and ArgNames in any order.
by Marek Kurdej
· 8 years ago
cfee1a5
Check argument count in `ArgName` and `ArgNames`.
by Marek Kurdej
· 8 years ago
c1c01b2
Handle the case when the argument name is an empty string.
by Marek Kurdej
· 8 years ago
17e1c40
Add ArgName() and ArgNames() methods to name arguments/ranges.
by Marek Kurdej
· 8 years ago
44c25c8
Merge branch 'mkurdej-fix-time-unit'
by Dominic Hamon
· 8 years ago
8aeb20f
Add tests.
by Marek Kurdej
· 8 years ago
5aa3855
Fix displayed time unit in mean and standard deviation.
by Marek Kurdej
· 8 years ago
57a22c6
Fix typo in timer.cc that caused negative CPU times on OS X. Fixes #293
by Eric Fiselier
· 8 years ago
721c922
Fix getting the CPU frequency on OS X
by Eric Fiselier
· 8 years ago
f67ee4a
Fix #294. Add -D_GNU_SOURCE when building under Cygwin
by Eric Fiselier
· 8 years ago
03c4485
Fix #295. Remove use of BSD extensions for comparing strings
by Eric Fiselier
· 8 years ago
36a251a
Fix #300. Emit RMS as a float not a percentage in JSON
by Eric Fiselier
· 8 years ago
2555035
Use correct RE for floating point numbers in reporter_output_test.cc
by Eric Fiselier
· 8 years ago
332f677
Apply clang-format to all headers and source (#303)
by Dominic Hamon
· 8 years ago
1100e91
Simplify clang-format and apply to tests (#302)
by Dominic Hamon
· 8 years ago
d1daeee
Pass flag string to `check_cxx_compiler_flag` (#298)
by ktnyt
· 8 years ago
2aca242
Fix various uninitialized members
by Eric Fiselier
· 8 years ago
6cadcf7
Fix working on mac clock_gettime (#292)
by Alt
· 8 years ago
62c68ba
s/resolved/unresolved/
by Dominic Hamon
· 8 years ago
917b86e
Auto-detect whether Benchmark should produce colorized output (#126)
by Nicholas Hutchinson
· 8 years ago
b826143
Flush reporters' output streams after writing a benchmark run (#288)
by Nicholas Hutchinson
· 8 years ago
c6f3f0e
Cleanup RunBenchmark code. (#289)
by Eric
· 8 years ago
d038472
Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)
by Eric
· 8 years ago
9c26168
Document --benchmark_filter. Thanks to NAThompson for the original patch
by Eric Fiselier
· 8 years ago
72be952
Add Benchmark::ThreadRange() version with increment instead of multiply (#283)
by Ronny
· 8 years ago
60e88c2
Remove TSAN builder for now.
by Eric Fiselier
· 8 years ago
db376c8
Tweak TSAN flags
by Eric Fiselier
· 8 years ago
183999c
Add Thread Sanitizer bot to Travis
by Eric Fiselier
· 8 years ago
07ee194
Fix wording because an idiot came up with it.
by Eric Fiselier
· 8 years ago
309ecb7
Increase complexity_test runtime slightly less.
by Eric Fiselier
· 8 years ago
f261c68
Try and add MSVC NORETURN attribute again
by Eric Fiselier
· 8 years ago
756f069
Increase complexity_test.cc runtime to attempt to avoid appveyor failures
by Eric Fiselier
· 8 years ago
2314368
Add another workaround for Appveyor warnings
by Eric Fiselier
· 8 years ago
5224b63
Fix BENCHMARK_NORETURN on MSVC
by Eric Fiselier
· 8 years ago
a85f2a8
attempt to suppress apveyor warnings
by Eric Fiselier
· 8 years ago
cba945e
Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)
by Eric
· 8 years ago
94c2a30
Add clang-format file
by Dominic Hamon
· 8 years ago
6a28f1e
Fixture: add non const Setup() and TearDown(). (#285)
by biojppm
· 8 years ago
83561f0
CMake: add headers to the list of source files. (#284)
by biojppm
· 8 years ago
61f570e
Fix #202 - Document Windows dependency on shlwapi.lib
by Eric Fiselier
· 8 years ago
df7bd92
Add warning for large benchmark families (#279)
by Eric
· 8 years ago
6e25917
Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)
by Eric
· 8 years ago
49bbff2
Supply old `RangePair` and `ArgPair` API for C++03 compatibility. (#278)
by Eric
· 8 years ago
2e0796e
Cleanup and optimize Range generation.
by Eric Fiselier
· 8 years ago
db1af86
Fix out-of-bounds std::vector access.
by Eric Fiselier
· 8 years ago
cbcd7b6
Fix std::cout/std::cerr static initialization order fiasco.
by Eric Fiselier
· 8 years ago
78e22f1
Update libc++ install script to use new names
by Eric Fiselier
· 8 years ago
aaa25ac
Improve diagnostic output for output tests.
by Eric Fiselier
· 8 years ago
0ed4456
Refactor output test runner into standalone module. (#277)
by Eric
· 8 years ago
577baa0
Remove MinGW builder in preference of MinGW-w64.
by Eric Fiselier
· 8 years ago
a11fb69
Add --benchmark_report_aggregates_only={true|false} flag for better summary output. (#267)
by Eric
· 8 years ago
c9d747e
Test different Appveyor MinGW installation
by Eric Fiselier
· 8 years ago
a7a7c56
Workaround flaky complexity_test.cc test case.
by Eric Fiselier
· 8 years ago
5eac662
Add a "compare_bench.py" tooling script. (#266)
by Eric
· 8 years ago
de4ead7
Document compiler requirements (#269)
by Eric
· 8 years ago
96a5965
Use pre-installed MinGW on Appveyor
by Eric Fiselier
· 8 years ago
95dee3c
Work around bogus GCC warning
by Eric Fiselier
· 8 years ago
ee54a3f
Rework Appveyor config
by Eric Fiselier
· 8 years ago
cfd717e
Increase Appveyor timeout and fix build warning
by Eric Fiselier
· 8 years ago
9e13b95
fix Appveyor config and add timeout
by Eric Fiselier
· 8 years ago
85e7ed7
Add libc++ and MSAN builders to to travis.
by Eric Fiselier
· 8 years ago
8228b3e
Make Appveyor show test output on failure
by Eric Fiselier
· 8 years ago
8267117
Add ASAN and UBSAN builders to travis for both GCC and Clang.
by Eric Fiselier
· 8 years ago
c04f703
Fix signed integer overflow UB in complexity computations.
by Eric Fiselier
· 8 years ago
5121b85
Temporarly disable VC 2013 appveyor build in order to test VC 2015
by Eric Fiselier
· 8 years ago
9820035
Whitespace change to trigger appveyor.
by Eric Fiselier
· 8 years ago
1b57a2a
Add myself to AUTHORS.
by Eric Fiselier
· 8 years ago
f30028b
Attempt to fix VC 2013 build.
by Eric Fiselier
· 8 years ago
dfe0260
Support multiple ranges in the benchmark (#257)
by Marcin Kolny
· 8 years ago
7f1da4a
Hide yet another test from MSVC 2013
by Eric Fiselier
· 8 years ago
25eae60
Attempt to fix MSVC build failures
by Eric Fiselier
· 8 years ago
5f5ca31
Add `RegisterBenchmark(name, func, args...)` for creating/registering benchmarks. (#259)
by Eric
· 8 years ago
b7f8e35
update travis, squash history (#265)
by Eric
· 8 years ago
44128d8
Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.
by Eric Fiselier
· 8 years ago
f68e64c
add support for step in DenseRange() (#260)
by Vadym
· 8 years ago
a2ca94d
Fix missing SYSTEM_INFO initializers
by Eric Fiselier
· 8 years ago
3b2d0ab
Use correct integer type for complexity. MSVC warns otherwise
by Eric Fiselier
· 8 years ago
950c8b7
Fix suprious failures in complexity_test.cc
by Eric Fiselier
· 8 years ago
440df36
Improve failure mode in complexity_test.cc
by Eric Fiselier
· 8 years ago
1bd62bd
Revert "Workaround missing std::this_thread::sleep_for function in tests."
by Eric Fiselier
· 8 years ago
c5f4549
Workaround missing std::this_thread::sleep_for function in tests.
by Eric Fiselier
· 8 years ago
ebd37b1
set cpuinfo_num_cpus on Windows (#254)
by Sven
· 8 years ago
b805b7c
Add missing `volatile`s to 32-bit ARM cycleclock assembler. (#253)
by Elliott Hughes
· 8 years ago
7e40ff9
Provide a better implementation of DoNotOptimize(...).
by Eric Fiselier
· 8 years ago
2149577
Add export linker flags policy to cmake (#251)
by Steve Downey
· 8 years ago
885ca41
added check for SetComplexityN (#248)
by Ismael
· 8 years ago
a0783fd
fix 244 (#247)
by Ismael
· 8 years ago
Next »