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
/
string_benchmark.cpp
Age
Commit message (
Expand
)
Author
2020-10-22
Make more use of benchmark::DoNotOptimize in benchmarks.
Elliott Hughes
2018-08-21
Add benchmark for strncmp
Haibo Huang
2017-11-30
Add new benchmark options.
Christopher Ferris
2017-11-30
Generate all the benchmarks to run.
Christopher Ferris
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
2017-07-12
Support memory alignment tests for string_benchmark.cpp
Anders Lewis
2017-06-14
Add benchmarks for strcpy and strcmp.
Anders Lewis
2017-06-14
Add copy-only, seek-only, and copy-and-seek benchmarks for strcat
Anders Lewis
2017-06-09
Split memmove benchmark into separate overlapping (src before dst and dst bef...
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-02-19
Refactor the benchmark code.
Christopher Ferris
2013-12-10
bionic: move benchmarks out of tests directory
Colin Cross