summaryrefslogtreecommitdiff
path: root/microbench
Commit message (Collapse)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-264-4/+4
|
* Make sure CMake build files end up in release tarballErik de Castro Lopo2019-10-011-0/+2
|
* Use of BUILD_SHARED_LIBS addedVitaliy Kirsanov2019-05-041-2/+2
|
* CMake minimum required lowered to 3.1Vitaly Kirsanov2019-05-041-3/+3
|
* CMake support addedVitaliy Kirsanov2019-05-042-1/+20
|
* Another bulk update of copyright datesErik de Castro Lopo2016-12-054-4/+4
|
* microbench: Add fallback to gettimeofday()Dave Yeo2016-02-091-1/+37
| | | | | | | | Some operating systems such as OS/2 don't have any of the CLOCK* API functions so add gettimeofday() as a fallback. Signed-off-by: Dave Yeo <dave.r.yeo@gmail.com> Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* microbench/util.c: Fix -Wshadow warningErik de Castro Lopo2016-01-261-6/+6
|
* Fix linking of microbenchmark programErik de Castro Lopo2016-01-241-0/+2
| | | | | | | On some setups, benchmark_residual linkage fails with an undefined reference to clock_gettime(). Adding -lrt fixes that. Patch-from: Ozkan Sezer <sezeroz@gmail.com>
* microbench: remove duplicate defineTristan Matthews2015-09-301-2/+0
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* microbench: add benchmarking code for DarwinTristan Matthews2015-09-301-0/+32
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* microbench/util.c: Win32 supportErik de Castro Lopo2015-09-021-3/+38
|
* microbench/Makefile.am: Fix 'make distcheck'Erik de Castro Lopo2015-09-021-1/+2
|
* Add first micro-benchmarkErik de Castro Lopo2015-09-014-0/+333