aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
* Remove default librariesDan Willemsen2017-09-281-1/+0
* Add new status document, based on internal wiki.Elliott Hughes2017-08-291-1/+32
* Update the bionic benchmarks documentation.Anders Lewis2017-08-252-1/+67
* A few small fix ups.Christopher Ferris2017-08-249-383/+203
* Merge "Fix local path assumption in interface_test."Christopher Ferris2017-08-242-12/+21
|\
| * Fix local path assumption in interface_test.Anders Lewis2017-08-152-12/+21
* | Benchmark fgetln(3) and getline(3) as well as fgets(3).Elliott Hughes2017-08-232-7/+78
* | Fix the stdio fwrite benchmark.Elliott Hughes2017-08-231-4/+5
|/
* Merge "Improve error handling and fix minor bugs in bionic benchmarks."Christopher Ferris2017-08-115-25/+29
|\
| * Improve error handling and fix minor bugs in bionic benchmarks.Anders Lewis2017-08-095-25/+29
* | Merge "Add musl benchmarks."Christopher Ferris2017-08-1011-19/+334
|\|
| * Add musl benchmarks.Anders Lewis2017-08-0911-19/+334
* | Track tinyxml2 API change.Elliott Hughes2017-08-081-1/+1
|/
* Implement interface for bionic benchmarks.Anders Lewis2017-08-0721-127/+1930
* Really fix the mac build.Christopher Ferris2017-07-121-1/+1
* Fix max build.Christopher Ferris2017-07-121-0/+11
* Merge "Support memory alignment tests for string_benchmark.cpp"Christopher Ferris2017-07-125-70/+317
|\
| * Support memory alignment tests for string_benchmark.cppAnders Lewis2017-07-125-70/+317
* | bionic: fix assorted static analyzer warningsGeorge Burgess IV2017-06-281-1/+1
|/
* Add benchmarks for strcpy and strcmp.Anders Lewis2017-06-141-0/+30
* Add copy-only, seek-only, and copy-and-seek benchmarks for strcatAnders Lewis2017-06-141-0/+50
* Split memmove benchmark into separate overlapping (src before dst and dst bef...Anders Lewis2017-06-091-6/+29
* Stop using __system_property_area__Victor Khimenko2017-03-011-8/+1
* Add "benchmark" to time atomic operationsHans Boehm2017-01-312-0/+149
* localtime_r(3) should act as if it calls tzset(3).Elliott Hughes2017-01-111-3/+20
* Fix deprecated range_x() calls.Martijn Coenen2016-11-154-24/+24
* Convert bionic benchmarks and tests to Android.bpColin Cross2016-07-143-94/+97
* Fix misc-macro-parentheses warnings in bionic.Chih-Hung Hsieh2016-06-102-4/+2
* Fix infinite loop if semaphore test is not run.Christopher Ferris2016-06-061-7/+12
* Fix google-explicit-constructor warning.Chih-Hung Hsieh2016-04-221-1/+1
* Switch bionic over to google-benchmark.Elliott Hughes2016-03-0714-1052/+359
* Track rename from base/ to android-base/.Elliott Hughes2015-12-042-2/+2
* Revert "Revert "Use compiler builtins for fabs.""Elliott Hughes2015-08-241-0/+26
* Revert "Use compiler builtins for fabs."Elliott Hughes2015-08-241-26/+0
* Use compiler builtins for fabs.Elliott Hughes2015-08-241-0/+26
* Use __builtin_* in <math.h>.Elliott Hughes2015-08-141-0/+124
* Add missing include.Dan Albert2015-08-111-0/+1
* Move up to C++14.Dan Albert2015-08-101-1/+0
* Fix unused result errors in bionic.Elliott Hughes2015-05-132-8/+8
* Change name of rwlock benchmark.Yabin Cui2015-03-171-4/+4
* Revert "Revert "Moving StringPrintf to libbase.""Dan Albert2015-03-162-6/+6
* Revert "Moving StringPrintf to libbase."Nicolas Geoffray2015-03-162-6/+6
* Moving StringPrintf to libbase.Dan Albert2015-03-132-6/+6
* Allow wildcards to match arg values.Christopher Ferris2015-02-253-31/+51
* Fix 64-bit benchmark buildGreg Hackmann2015-02-202-9/+9
* Refactor the benchmark code.Christopher Ferris2015-02-1916-815/+806
* bionic: benchmarks: Add BM_semaphore_sem_post_sem_waitMark Salyzyn2015-02-121-0/+98
* bionic: benchmarks: Add BM_semaphore_sem_postMark Salyzyn2015-02-091-0/+94
* Do not build host benchmark code on macs.Christopher Ferris2015-01-261-0/+10
* Remove obsolete BUILD_TINY_ANDROID.Elliott Hughes2015-01-241-4/+0