[libc-commits] [PATCH] D113260: [libc][benchmark] add memmove to size distribution, also update other distributions
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 17 01:24:10 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG13744e3d7397: [libc][benchmark] add memmove to size distribution, also update other… (authored by gchatelet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113260/new/
https://reviews.llvm.org/D113260
Files:
libc/benchmarks/MemorySizeDistributions.cpp
libc/benchmarks/MemorySizeDistributions.h
libc/benchmarks/distributions/MemcmpGoogleA.csv
libc/benchmarks/distributions/MemcmpGoogleB.csv
libc/benchmarks/distributions/MemcmpGoogleD.csv
libc/benchmarks/distributions/MemcmpGoogleL.csv
libc/benchmarks/distributions/MemcmpGoogleM.csv
libc/benchmarks/distributions/MemcmpGoogleQ.csv
libc/benchmarks/distributions/MemcmpGoogleS.csv
libc/benchmarks/distributions/MemcmpGoogleU.csv
libc/benchmarks/distributions/MemcmpGoogleW.csv
libc/benchmarks/distributions/MemcpyGoogleA.csv
libc/benchmarks/distributions/MemcpyGoogleB.csv
libc/benchmarks/distributions/MemcpyGoogleD.csv
libc/benchmarks/distributions/MemcpyGoogleL.csv
libc/benchmarks/distributions/MemcpyGoogleM.csv
libc/benchmarks/distributions/MemcpyGoogleQ.csv
libc/benchmarks/distributions/MemcpyGoogleS.csv
libc/benchmarks/distributions/MemcpyGoogleU.csv
libc/benchmarks/distributions/MemcpyGoogleW.csv
libc/benchmarks/distributions/MemmoveGoogleA.csv
libc/benchmarks/distributions/MemmoveGoogleB.csv
libc/benchmarks/distributions/MemmoveGoogleD.csv
libc/benchmarks/distributions/MemmoveGoogleL.csv
libc/benchmarks/distributions/MemmoveGoogleM.csv
libc/benchmarks/distributions/MemmoveGoogleQ.csv
libc/benchmarks/distributions/MemmoveGoogleS.csv
libc/benchmarks/distributions/MemmoveGoogleU.csv
libc/benchmarks/distributions/MemmoveGoogleW.csv
libc/benchmarks/distributions/MemsetGoogleA.csv
libc/benchmarks/distributions/MemsetGoogleB.csv
libc/benchmarks/distributions/MemsetGoogleD.csv
libc/benchmarks/distributions/MemsetGoogleL.csv
libc/benchmarks/distributions/MemsetGoogleM.csv
libc/benchmarks/distributions/MemsetGoogleQ.csv
libc/benchmarks/distributions/MemsetGoogleS.csv
libc/benchmarks/distributions/MemsetGoogleU.csv
libc/benchmarks/distributions/MemsetGoogleW.csv
More information about the libc-commits
mailing list