aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2014-07-25Start hiding "private/bionic_time.h".Elliott Hughes
2014-07-18Make sure not to construct illegal property names.Christopher Ferris
2014-07-16Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes
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