summaryrefslogtreecommitdiff
path: root/benchmarks/stdio_benchmark.cpp
AgeCommit message (Expand)Author
2020-10-22Make more use of benchmark::DoNotOptimize in benchmarks.Elliott Hughes
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-01-19Address a bunch of clang-tidy complaints.Elliott Hughes
2017-12-19More benchmarks.Elliott Hughes
2017-12-11Trivial scanf benchmarks.Elliott Hughes
2017-11-30Generate all the benchmarks to run.Christopher Ferris
2017-11-0310x printf speedup.Elliott Hughes
2017-10-26Add basic printf benchmarks.Elliott Hughes
2017-08-23Benchmark fgetln(3) and getline(3) as well as fgets(3).Elliott Hughes
2017-08-23Fix the stdio fwrite benchmark.Elliott Hughes
2017-08-09Improve error handling and fix minor bugs in bionic benchmarks.Anders Lewis
2017-08-09Add musl benchmarks.Anders Lewis
2017-08-07Implement interface for bionic benchmarks.Anders Lewis
2016-11-15Fix deprecated range_x() calls.Martijn Coenen
2016-06-10Fix misc-macro-parentheses warnings in bionic.Chih-Hung Hsieh
2016-03-07Switch bionic over to google-benchmark.Elliott Hughes
2015-05-13Fix unused result errors in bionic.Elliott Hughes
2015-02-19Refactor the benchmark code.Christopher Ferris
2015-01-21Implement __fsetlocking.Elliott Hughes
2015-01-16Add a benchmark for using stdio to read a file in /proc.Elliott Hughes
2014-12-01Benchmark fread/fwrite both buffered and unbuffered.Elliott Hughes
2014-03-11Add various benchmarks.Elliott Hughes