aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Add malloc benchmarks.Christopher Ferris2019-04-092-13/+109
* Modernise code to use override specifierYi Kong2019-03-291-2/+2
* Fix/suppress bionic google-explicit-constructor warningsChih-Hung Hsieh2019-01-021-1/+1
* switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-142-2/+2
* Fix test failures.Christopher Ferris2018-11-071-2/+3
* Make the test less specific.Christopher Ferris2018-10-192-435/+44
* Add benchmarks for heap size retrievalHans Boehm2018-10-183-3/+102
* Merge "Only use NDK libraries in the benchmarks."Elliott Hughes2018-09-251-1/+3
|\
| * Only use NDK libraries in the benchmarks.Elliott Hughes2018-09-241-1/+3
* | Touch the memory when doing malloc/free benchmark.Christopher Ferris2018-09-201-13/+20
|/
* Merge "benchmarks: Fix the benchmark tests."Peter Collingbourne2018-09-141-0/+9
|\
| * benchmarks: Fix the benchmark tests.Peter Collingbourne2018-09-131-0/+9
* | benchmarks: Update the documentation.Peter Collingbourne2018-09-131-2/+2
|/
* Add benchmark for strncmpHaibo Huang2018-08-211-0/+19
* Add new malloc benchmarks.Christopher Ferris2018-08-144-0/+535642
* Fix benchmark-testsHaibo Huang2018-08-117-6/+150
* Add new strcmp/strncmp benchmarkAdhemerval Zanella2018-08-112-0/+40
* Add new memcmp benchmarkAdhemerval Zanella2018-08-111-0/+24
* Add option to define ranges sets for benchmarksAdhemerval Zanella2018-08-111-17/+61
* Add pow benchmarkAdhemerval Zanella2018-08-081-0/+25
* Add log and log2 benchmarkAdhemerval Zanella2018-08-081-0/+47
* Add exp and exp2 benchmarkAdhemerval Zanella2018-08-081-0/+50
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-026-28/+28
* Change args to int64_tHaibo Huang2018-07-071-19/+21
* Add sinf/cosf/sincosf benchmarkAdhemerval Zanella2018-06-193-1/+4252
* Add logf and log2f benchmarkAdhemerval Zanella2018-06-192-0/+2962
* Add powf benchmarkAdhemerval Zanella2018-06-192-0/+2242
* Add expf and exp2f benchmarkAdhemerval Zanella2018-06-192-1/+2465
* Switch to FreeBSD's actual sincos.Elliott Hughes2018-05-091-0/+10
* Fix bug in --bionic_cpu option handling.Christopher Ferris2018-05-044-40/+18
* Remove non-trivial constructors/destructors from SystemPropertiesTom Cherry2018-02-211-1/+1
* Switch the rest of our internal headers to #pragma once.Elliott Hughes2018-02-131-4/+1
* Run bpfmt manually.Elliott Hughes2018-02-051-2/+5
* Support priority inheritance mutex in 32-bit programs.Yabin Cui2018-02-011-2/+0
* Support priority inheritance mutex in 64bit programs.Yabin Cui2018-01-241-0/+51
* Address a bunch of clang-tidy complaints.Elliott Hughes2018-01-193-7/+7
* Remove workaround for running property tests.Christopher Ferris2018-01-082-47/+40
* Merge "More benchmarks."Elliott Hughes2017-12-194-0/+147
|\
| * More benchmarks.Elliott Hughes2017-12-194-0/+147
* | Split properties into their own class to make testing betterTom Cherry2017-12-182-32/+30
|/
* Trivial scanf benchmarks.Elliott Hughes2017-12-112-0/+34
* bionic: benchmark: add clock_getres performance testsMark Salyzyn2017-12-073-0/+91
* bionic: benchmark: additional clock_gettime performance testsMark Salyzyn2017-12-073-0/+82
* Add new benchmark options.Christopher Ferris2017-11-3010-181/+2959
* Generate all the benchmarks to run.Christopher Ferris2017-11-3015-821/+243
* Fix bionic benchmark unit tests.Christopher Ferris2017-11-071-1/+6
* 10x printf speedup.Elliott Hughes2017-11-032-0/+12
* Add basic printf benchmarks.Elliott Hughes2017-10-262-0/+34
* Fix pthread benchmarks.Josh Gao2017-10-241-9/+3
* Remove some legacy declarations from <math.h>.Elliott Hughes2017-10-191-10/+3