index
:
Project-1CE/bionic
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmarks
/
stdio_benchmark.cpp
Age
Commit message (
Expand
)
Author
2020-10-22
Make more use of benchmark::DoNotOptimize in benchmarks.
Elliott Hughes
2018-11-14
switch to using android-base/file.h instead of android-base/test_utils.h
Mark Salyzyn
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-01-19
Address a bunch of clang-tidy complaints.
Elliott Hughes
2017-12-19
More benchmarks.
Elliott Hughes
2017-12-11
Trivial scanf benchmarks.
Elliott Hughes
2017-11-30
Generate all the benchmarks to run.
Christopher Ferris
2017-11-03
10x printf speedup.
Elliott Hughes
2017-10-26
Add basic printf benchmarks.
Elliott Hughes
2017-08-23
Benchmark fgetln(3) and getline(3) as well as fgets(3).
Elliott Hughes
2017-08-23
Fix the stdio fwrite benchmark.
Elliott Hughes
2017-08-09
Improve error handling and fix minor bugs in bionic benchmarks.
Anders Lewis
2017-08-09
Add musl benchmarks.
Anders Lewis
2017-08-07
Implement interface for bionic benchmarks.
Anders Lewis
2016-11-15
Fix deprecated range_x() calls.
Martijn Coenen
2016-06-10
Fix misc-macro-parentheses warnings in bionic.
Chih-Hung Hsieh
2016-03-07
Switch bionic over to google-benchmark.
Elliott Hughes
2015-05-13
Fix unused result errors in bionic.
Elliott Hughes
2015-02-19
Refactor the benchmark code.
Christopher Ferris
2015-01-21
Implement __fsetlocking.
Elliott Hughes
2015-01-16
Add a benchmark for using stdio to read a file in /proc.
Elliott Hughes
2014-12-01
Benchmark fread/fwrite both buffered and unbuffered.
Elliott Hughes
2014-03-11
Add various benchmarks.
Elliott Hughes