aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/libc-bench/libc-bench_20110206.bb
AgeCommit message (Collapse)Author
2019-03-04libc-bench: Upgrade to use new location for SRC_URIKhem Raj
This also clarifies the copyright and license Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-11-19libc-bench: add recipeMing Liu
libc-bench is a set of time- and memory-efficiency tests to compare implementations of various C/POSIX standard library functions. Coverage includes: - Malloc throughput with varying degrees and forms of contention between threads. - Malloc overhead and ability to return freed memory to the OS. - Literal string and regular expression searches. - Thread creation and joining throughput. - UTF-8 decoding. - Stdio buffered reads and writes. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>