Eric
1b263fe6d9
Cleanup reporters ( #226 )
...
* Move ComputeStats call out of the reporters
* Cleanup adjusted time calculations in reporters
* Move ComputeBigO call out of reporters
* Remove ReportComplexity interface using ReportRuns instead
* Factor out reporting of basic context information
* Attempt to fix GCC 4.6 build errors
* Move ComputeStats to complexity.cc
2016-05-27 16:45:25 -06:00
Eric
238e558fdb
Allow benchmarks to take arbitrary arguments. ( #221 )
...
* Add lambda benchmarks
* Remove lambda capture since the lambda is not at a block scope
* Remove LambdaBenchmark helper since FunctionBenchmark can be used with non-capturing lambas
* Add lambda benchmarks
* Remove lambda capture since the lambda is not at a block scope
* Remove LambdaBenchmark helper since FunctionBenchmark can be used with non-capturing lambas
* Add more docs for BENCHMARK_CAPTURE.
* Fix use of misnamed parameter
* Guard BENCHMARK_CAPTURE tests against non-c++11 compilers
* Move tests out of basic_test.cc
2016-05-27 12:37:10 -07:00
Eric
5686bf1b38
Change reporters to use a specified output and error stream. Add tests for output. ( #219 )
...
* Add test for reporter output.
* setup err_stream tests
* Fix warnings in tests
* whitespace
* Fix build errors caused by super pedantic compilers
* Pass streams by pointer not non-const reference
2016-05-27 12:34:37 -07:00
Dominic Hamon
3f7a9c76fb
Merge branch 'ismaelJimenez-update_complexity'
2016-05-26 14:02:58 -07:00
Dominic Hamon
d6bc7e1581
Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark into ismaelJimenez-update_complexity
2016-05-26 14:01:28 -07:00
Ismael
c1c7d33279
added benchmar_apit to complexity.cc
2016-05-26 22:39:17 +02:00
Ismael
805e8baee9
small refactor
2016-05-26 21:26:43 +02:00
Ismael
ac3ec2ded3
moved complexity.h into src and BigO enum into benchmark_api
2016-05-26 21:16:40 +02:00
Ismael
d82f0c3131
added includes
2016-05-26 20:57:27 +02:00
Ismael
37ab858e4b
initialized doubles to 0.0
2016-05-26 19:44:11 +02:00
Eric
3ff8a6ecc8
Merge pull request #224 from zabereer/donotoptimize_with_test_merged
...
Force DoNotOptimize operand to memory for both gcc and clang
2016-05-26 00:53:38 -06:00
Albert Pretorius
74e82e822f
Force DoNotOptimize operand to memory for both gcc and clang
2016-05-26 07:43:07 +01:00
Dominic Hamon
a38f022b5a
Merge branch 'efcs-skip_with_error'
2016-05-25 15:35:17 -07:00
Dominic Hamon
5e51e439a8
Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-skip_with_error
2016-05-25 15:35:04 -07:00
Ismael
1715885611
fixed typos
2016-05-25 23:33:25 +02:00
Ismael
340fe557e2
indent
2016-05-25 23:22:53 +02:00
Ismael
290ac9ee0e
updated complexity_test.cc to new interface for auto
2016-05-25 23:19:32 +02:00
Ismael
1ee11056c1
move include from .h into .cc
2016-05-25 23:13:19 +02:00
Ismael
90a8508063
Update Readme.md
2016-05-25 23:06:27 +02:00
Ismael
2f61f8aee0
refactor leastsq into complexity
2016-05-25 22:57:52 +02:00
Ismael
087f0d3f1b
upgraded leastsq
2016-05-25 22:26:57 +02:00
Ismael
e246699f25
added auto as default value for complexity
2016-05-25 21:18:56 +02:00
Dominic Hamon
9686f1769e
Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-skip_with_error
2016-05-25 09:00:31 -07:00
Eric Fiselier
90a069f67f
Merge branch 'master' into skip_with_error
2016-05-24 21:52:55 -06:00
Eric Fiselier
84bc4d703b
Add a per benchmark 'Repetitions' option.
2016-05-24 21:52:23 -06:00
Eric Fiselier
1003a70e5f
Fix csv_reporter when reporting errors
2016-05-24 19:45:18 -06:00
Eric Fiselier
6f84ffcd8b
fix another bad merge
2016-05-24 18:25:44 -06:00
Eric Fiselier
ee8e37c67d
Fix bad merge which caused the benchmark name to be printed twice
2016-05-24 16:19:04 -06:00
Eric Fiselier
6a45324e1d
Address review comments.
2016-05-24 16:12:30 -06:00
Eric Fiselier
b195f82554
Merge branch 'master' into skip_with_error
2016-05-24 15:45:02 -06:00
Eric Fiselier
525858e687
Fix error-handling in reporters
2016-05-24 15:44:58 -06:00
Eric Fiselier
924b8cee7a
Reflow some wording. NFC
2016-05-24 15:21:41 -06:00
Eric Fiselier
1080b17bf5
Fix build error with libc++
2016-05-24 15:09:31 -06:00
Eric Fiselier
bdeb38718e
merge
2016-05-24 15:01:07 -06:00
Dominic Hamon
2440b752fd
Formatting updates
2016-05-24 13:26:32 -07:00
Dominic Hamon
a86545874a
Merge branch 'ismaelJimenez-complexity'
2016-05-24 13:15:55 -07:00
Dominic Hamon
f126852c8f
simplify format string for complexity output
2016-05-24 13:15:16 -07:00
Dominic Hamon
31cdabf6bb
Merge pull request #216 from efcs/diagnostic-checks
...
Add checks that <Resume|Pause>Timing functions are not called outside of the KeepRunning() loop. Fixes #204
2016-05-24 13:09:41 -07:00
Ismael
a24ef95e11
adapt complexity_n to leastsq inteface
2016-05-24 20:48:34 +02:00
Ismael
64d72ee7b2
changed complexity_n from int to size_t
2016-05-24 20:35:39 +02:00
Ismael
5e10e120db
fixed overshadow
2016-05-24 20:26:21 +02:00
Ismael
e5cf020d97
fixed warning
2016-05-24 20:06:54 +02:00
Ismael
36a9ae197f
added SetComplexityN
2016-05-24 19:56:49 +02:00
Eric Fiselier
9341d705a1
Change --benchmark_list_tests to respect the benchmark filter.
...
This behavior mirrors how GTest handles these two flags.
2016-05-24 00:42:11 -06:00
Eric Fiselier
e0de8171c6
Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145
2016-05-23 23:35:09 -06:00
Eric Fiselier
9fcdd6fc25
Prevent re-execution of slow feature tests.
2016-05-23 20:51:15 -06:00
Eric Fiselier
c7108df977
Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164
2016-05-23 20:44:10 -06:00
Eric Fiselier
90c9ab1d8e
add doc
2016-05-23 20:35:09 -06:00
Eric Fiselier
43017f8b15
Add SkipWithError(...) function.
2016-05-23 19:24:56 -06:00
Eric Fiselier
029f37446d
Allow test to compile with -fno-exceptions
2016-05-23 15:38:30 -06:00