Björn Svensson
2c06b8d750
Fix Clang compiler warnings
...
When building using a newer Clang with additional diagnostics
the following warnings are given:
-Wunused-but-set-variable
-Wstrict-prototypes
These issues are corrected in this commit.
Reproducable using:
CC="clang-13" CFLAGS="-Wall -pedantic" cmake ..
2023-10-26 12:24:50 +02:00
c9s
72f10015d5
Fix copyright email
2014-06-27 13:24:40 +08:00
c9s
fc1a4b762d
Separate benchmark application
2014-05-22 21:55:41 +08:00
c9s
ce1f3cdc3f
Update legend style
2014-05-22 21:44:31 +08:00
c9s
c9fe373d91
benchmark function improvements
2014-05-22 21:01:25 +08:00
c9s
7f97440c72
Add bench_append_csv to combine multiple benchmark result in one entry
2014-05-22 20:48:01 +08:00
c9s
3879316e08
Add bench_duration function
...
Conflicts:
tests/bench_str.csv
2014-05-22 20:32:14 +08:00
c9s
7e44ee01f4
refactor Benchmark related macros
...
Conflicts:
tests/bench_str.csv
2014-05-22 20:31:18 +08:00
c9s
4f36b0b27c
Fix check tests on linux platform
2014-05-17 08:01:49 +08:00
c9s
6ff8ff66d1
one more scope for benchmarks
2014-05-17 07:53:24 +08:00
c9s
e0c67acc61
rename to benchmark_print_summary
2014-05-17 07:48:57 +08:00
c9s
f5863a956d
Add benchmark macros
2014-05-17 07:48:22 +08:00