Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
1b9e55c281a82ffc37b16f8930f1877b615c22cb
1b9e55c
Remove walltime implementation tests and expose less internals
by Eric Fiselier
· 10 years ago
d3e0671
finish selection of clock with debug information
by Eric Fiselier
· 10 years ago
48c4c9c
Revert "prevent unneeded calculation of Slow()"
by Eric Fiselier
· 10 years ago
47442b9
prevent unneeded calculation of Slow()
by Eric Fiselier
· 10 years ago
21207a4
improve walltime test
by Eric Fiselier
· 10 years ago
c0755c4
actually add new test
by Eric Fiselier
· 10 years ago
725f1f0
add walltime benchmark and fix unused variable.
by Eric Fiselier
· 10 years ago
be993ac
remove unneeded test repetitions
by Eric Fiselier
· 10 years ago
d0df7ef
cleanup whitespace and includes
by Eric Fiselier
· 10 years ago
a3308c6
Introduce use of std::chrono and remove Walltime printing
by Eric Fiselier
· 10 years ago
8b0b73f
Merge pull request #101 from google/variadic_macros
by Eric
· 10 years ago
v0.0.9
482c19d
Handle creation of C++03 flags differently
by Eric Fiselier
· 10 years ago
d40cb97
Don't treat CMAKE_CXX_FLAGS as a list
by Eric Fiselier
· 10 years ago
daa8a67
add C++03 test and update README
by Eric Fiselier
· 10 years ago
38066e8
Add variadic macro for BENCHMARK_TEMPLATE in c++11 and beyond.
by Eric Fiselier
· 10 years ago
01bba47
Remove use of reserved names in benchmark macros
by Eric Fiselier
· 10 years ago
a6a90ec
Revert "Add BENCHMARK_TEMPLATE1 macro"
by Eric Fiselier
· 10 years ago
b7d03ac
Add BENCHMARK_TEMPLATE1 macro
by Eric Fiselier
· 10 years ago
92fc9b9
Add newline after every benchmark to improve readability of the json output.
by Eric Fiselier
· 10 years ago
ec0c725
Merge pull request #100 from google/json_reporter
by Eric
· 10 years ago
6429348
address review comments and fix array type declaration
by Eric Fiselier
· 10 years ago
ffb67dc
address review comments
by Eric Fiselier
· 10 years ago
f65da9d
add json reporter
by Eric Fiselier
· 10 years ago
2386117
Merge pull request #99 from google/reporter_api_change
by Eric
· 10 years ago
20f1c0e
Apply reporter interface changes. Make report methods non-const and add a Finalize method.
by Eric Fiselier
· 10 years ago
b260cf7
Merge pull request #98 from google/reporter_change
by Eric
· 10 years ago
e45252e
move ConsoleReporter out of internal namespace
by Eric Fiselier
· 10 years ago
d716602
fix minimal_benchmark.h include
by Eric Fiselier
· 10 years ago
8e72846
rename minimal_benchmark.h and fix recursive include in benchmark_api.h
by Eric Fiselier
· 10 years ago
df904a1
add include to minimal_benchmark.h
by Eric Fiselier
· 10 years ago
35f9de7
move to using C headers in minimal_benchmark.h to prevent getting any C++ STL headers
by Eric Fiselier
· 10 years ago
ef79d0a
move basic_test over to minimal benchmark
by Eric Fiselier
· 10 years ago
4242f2f
move reporter internals in both headers and source
by Eric Fiselier
· 10 years ago
279e502
add test for benchmark with two template parameters
by Eric Fiselier
· 10 years ago
7f2ef46
merge master
by Eric Fiselier
· 10 years ago
efe5910
address review comments
by Eric Fiselier
· 10 years ago
1924b30
Merge null pointer warnings
by Eric Fiselier
· 10 years ago
957a3e3
Merge pull request #92 from google/pimpl-benchmark
by Eric
· 10 years ago
bdf4a5f
Add reference to BENCHMARK_MAIN in README
by Dominic Hamon
· 10 years ago
66bf7c8
add floating point comparison warnings
by Eric Fiselier
· 10 years ago
f022d78
Enable int shortening warnings
by Eric Fiselier
· 10 years ago
1809817
replace instances of NULL with nullptr
by Eric Fiselier
· 10 years ago
64ba272
Enable zero as NULL warnings and fix all occurences
by Eric Fiselier
· 10 years ago
47fa9ba
merge
by Eric Fiselier
· 10 years ago
19464f7
Fix includes in benchmark.h
by Eric Fiselier
· 10 years ago
2b34b5d
remove unneeded includes
by Eric Fiselier
· 10 years ago
937987b
pimpl benchmark
by Eric Fiselier
· 10 years ago
7a76701
Adopt new benchmark timing internals.
by Eric Fiselier
· 10 years ago
7c6a7e3
Merge pull request #90 from google/userealtime
by Eric
· 10 years ago
d68127d
Enable UseRealTime and fix documentation for SetLabel.
by Dominic Hamon
· 10 years ago
e975efd
remove third_party directory. update test args
by Eric Fiselier
· 10 years ago
e2c7955
Merge pull request #87 from google/filter_test
by Eric
· 10 years ago
3b40f0a
Add filter test, remove re test, and googletest deps
by Dominic Hamon
· 10 years ago
522a589
Merge pull request #85 from google/upgrade-step3
by Eric
· 10 years ago
75686a8
remove forward declarations
by Eric Fiselier
· 10 years ago
4b3bbe3
Merge pull request #84 from google/upgrade-step2
by Eric
· 10 years ago
60e26b7
fix missing newline and header guard name
by Eric Fiselier
· 10 years ago
5cfd6bc
update more copyright
by Eric Fiselier
· 10 years ago
8f5cd97
Merge branch 'upgrade-step2' into upgrade-step3
by Eric Fiselier
· 10 years ago
d20cdf1
address comments
by Eric Fiselier
· 10 years ago
e60561a
Force static initialization of walltime.
by Eric Fiselier
· 10 years ago
8cf7b18
Merge branch 'master' into upgrade-step2
by Eric Fiselier
· 10 years ago
61f0506
Merge pull request #81 from google/upgrade-step1
by Eric
· 10 years ago
5b0542d
Merge branch 'upgrade-step1' into upgrade-step2
by Eric Fiselier
· 10 years ago
e447887
Fix travis config by moving CTEST_OUTPUT_ON_FAILURE=1 into make test command
by Eric Fiselier
· 10 years ago
6590cea
Merge branch 'upgrade-step1' into upgrade-step2
by Eric Fiselier
· 10 years ago
f7602ba
add env to make ctest print on failure
by Eric Fiselier
· 10 years ago
a187aa0
Third step in moving towards adopting new timer semantics
by Eric Fiselier
· 10 years ago
f947ceb
remove ifdefs around BM_Factorial
by Eric Fiselier
· 10 years ago
8f96f50
comment out test to prevent failures.
by Eric Fiselier
· 10 years ago
f1c398a
invert check in GetLogInstanceForLevel()
by Eric Fiselier
· 10 years ago
8ed7d76
The second step towards merging the timer changes.
by Eric Fiselier
· 10 years ago
b1f34d3
address comments
by Eric Fiselier
· 10 years ago
5b41e12
Step one towards merging timer changes.
by Eric Fiselier
· 10 years ago
c5a362b
Change std::regex detection test to detect bug in libstdc++.
by Eric Fiselier
· 10 years ago
056a008
Merge pull request #75 from google/outofsource
by Eric
· 10 years ago
cff940a
Merge pull request #78 from pdavydov108/master
by Eric
· 10 years ago
5e77de6
Merge pull request #76 from google/64-32
by Eric
· 10 years ago
8e3e78f
Fix #77 add comment to headers in wrong order
by Pavel Davydov
· 10 years ago
5fe797b
Add top-level folders to gitignore to enable out-of-source builds
by Dominic Hamon
· 10 years ago
26c01ee
Fix #77 add FreeBSD detection in cmake
by Pavel Davydov
· 10 years ago
c8d05fc
Fix #77 build on FreeBSD 10
by Pavel Davydov
· 10 years ago
1148861
Don't use c++14
by Eric Fiselier
· 10 years ago
9a11834
add includes for stdint.h
by Eric Fiselier
· 10 years ago
2789aba
One more 64-bit to 32-bit conversion
by Dominic Hamon
· 10 years ago
55285fd
Merge pull request #73 from google/64.32
by Eric
· 10 years ago
3968ff4
Fix #72 by avoiding 64-to-32-bit shortenings
by Dominic Hamon
· 10 years ago
fd7d288
Add section on linking to satisfy #67
by Dominic Hamon
· 10 years ago
b40b66a
Actually fix issue with CHECK
by Dominic Hamon
· 10 years ago
d31977b
Added gtest CHECK symbol to benchmark test
by Dominic Hamon
· 10 years ago
2aa2442
Remove drone.io reference
by Dominic Hamon
· 10 years ago
d58d595
Merge pull request #66 from 3Hren/master
by Dominic Hamon
· 10 years ago
1bc7378
Update AUTHORS and CONTRIBUTORS.
by Evgeny Safronov
· 10 years ago
4249753
Merge pull request #68 from eddyxu/debug_factorial
by Dominic Hamon
· 10 years ago
6f69246
Update readme.
by Evgeny Safronov
· 10 years ago
0f78ceb
Use #ifdef to protect calling Factorial in benchmark_test.cc
by Lei Xu
· 10 years ago
7e290fb
Fix release builds
by Dominic Hamon
· 10 years ago
66f0b5d
Merge pull request #63 from google/62.CHECK
by Dominic Hamon
· 10 years ago
4932b72
Fix example in README.md to compile.
by Dominic Hamon
· 10 years ago
35c29c7
Added c++11 support for Travis.
by Evgeny Safronov
· 10 years ago
Next »