aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2015-03-17Change name of rwlock benchmark.Yabin Cui
2015-03-16Revert "Revert "Moving StringPrintf to libbase.""Dan Albert
2015-03-16Revert "Moving StringPrintf to libbase."Nicolas Geoffray
2015-03-13Moving StringPrintf to libbase.Dan Albert
2015-02-25Allow wildcards to match arg values.Christopher Ferris
2015-02-20Fix 64-bit benchmark buildGreg Hackmann
2015-02-19Refactor the benchmark code.Christopher Ferris
2015-02-12bionic: benchmarks: Add BM_semaphore_sem_post_sem_waitMark Salyzyn
2015-02-09bionic: benchmarks: Add BM_semaphore_sem_postMark Salyzyn
2015-01-26Do not build host benchmark code on macs.Christopher Ferris
2015-01-24Remove obsolete BUILD_TINY_ANDROID.Elliott Hughes
2015-01-21Implement __fsetlocking.Elliott Hughes
2015-01-16Add a benchmark for using stdio to read a file in /proc.Elliott Hughes
2015-01-16Use SI prefixes throughout the benchmark output.Elliott Hughes
2015-01-15Use a vector of benchmarks and new for loop syntax.Elliott Hughes
2015-01-15bionic benchmarks: limit benchmark run time to 1s real timeColin Cross
2015-01-15bionic benchmarks: export benchmark libraryColin Cross
2014-12-19Use mmap to create the pthread_internal_tYabin Cui
2014-12-02Extract bionic-prepare-run-on-host to inc file.Dmitriy Ivanov
2014-12-01Build our benchmarks against glibc too.Elliott Hughes
2014-12-01Merge "Benchmark fread/fwrite both buffered and unbuffered."Elliott Hughes
2014-12-01Benchmark fread/fwrite both buffered and unbuffered.Elliott Hughes
2014-12-01Fix running the bionic benchmarks on the host.Elliott Hughes
2014-09-30Switch benchmarks and tests to libc++.Dan Albert
2014-09-25Prevent benchmarks from being optimized away.Dan Albert
2014-09-16Add benchmarks for pthread_rw_locksCalin Juravle
2014-07-25Start hiding "private/bionic_time.h".Elliott Hughes
2014-07-16Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes
2014-07-15Make sure not to construct illegal property names.Christopher Ferris
2014-07-09Added a __system_property_serial benchmark.Brigid Smith
2014-07-09Added __system_propery_read benchmark.Brigid Smith
2014-06-20Cache getpid.Elliott Hughes
2014-06-12Fix GCC 4.9 complaint about int/size_t mismatch.Elliott Hughes
2014-06-11Size the benchmark name column appropriately.Elliott Hughes
2014-06-11Add __pure2 to a few more functions, most notably gettid and pthread_self.Elliott Hughes
2014-06-09Add a couple more system call benchmarks.Elliott Hughes
2014-06-09AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation.Serban Constantinescu
2014-06-03Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes
2014-06-02Avoid a system call in 'gettid'.Elliott Hughes
2014-05-19Revert "Removes bionic's dependence on stlport"Dan Albert
2014-05-19Removes bionic's dependence on stlportDan Albert
2014-05-14Switch to g_ for globals.Elliott Hughes
2014-05-01Add ability to run on host for x86/x86_64.Christopher Ferris
2014-05-01Modify hard-coded directory.Christopher Ferris
2014-04-22Build 32/64 bit versions of tests/benchmarks.Christopher Ferris
2014-04-14Reimplement isinf/isnan/fpclassify.Elliott Hughes
2014-03-11Add various benchmarks.Elliott Hughes
2013-12-16AArch64: Add fixes to bionic/testsSerban Constantinescu
2013-12-10bionic: move benchmarks out of tests directoryColin Cross