[libc] update benchmark distributions
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 13 Jul 2021 09:59:11 +0000 (09:59 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 13 Jul 2021 09:59:25 +0000 (09:59 +0000)
commit8724a7ec1131d2d550cabab36784a30c6a97c852
treecb63475af54a6c8273d831b06ba6983e8ae79610
parentd991b7212b4c852c29b03d6d9aec40a6e819be95
[libc] update benchmark distributions

All distributions (expect D) have been updated using 7 days worth of data.
Distributions are smoother.
This patch also moves data from header file to individual csv file. It
helps the editor and allows easier export/plotting of the data.

Differential Revision: https://reviews.llvm.org/D105766
30 files changed:
libc/benchmarks/MemorySizeDistributions.cpp
libc/benchmarks/distributions/MemcmpGoogleA.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleB.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleD.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleL.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleM.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleQ.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleS.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleU.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcmpGoogleW.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleA.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleB.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleD.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleL.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleM.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleQ.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleS.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleU.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemcpyGoogleW.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleA.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleB.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleD.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleL.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleM.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleQ.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleS.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleU.csv [new file with mode: 0644]
libc/benchmarks/distributions/MemsetGoogleW.csv [new file with mode: 0644]
libc/benchmarks/distributions/README.md [new file with mode: 0644]
libc/benchmarks/distributions/Uniform384To4096.csv [new file with mode: 0644]