[all-commits] [llvm/llvm-project] 8724a7: [libc] update benchmark distributions

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jul 13 03:00:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8724a7ec1131d2d550cabab36784a30c6a97c852
      https://github.com/llvm/llvm-project/commit/8724a7ec1131d2d550cabab36784a30c6a97c852
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M libc/benchmarks/MemorySizeDistributions.cpp
    A libc/benchmarks/distributions/MemcmpGoogleA.csv
    A libc/benchmarks/distributions/MemcmpGoogleB.csv
    A libc/benchmarks/distributions/MemcmpGoogleD.csv
    A libc/benchmarks/distributions/MemcmpGoogleL.csv
    A libc/benchmarks/distributions/MemcmpGoogleM.csv
    A libc/benchmarks/distributions/MemcmpGoogleQ.csv
    A libc/benchmarks/distributions/MemcmpGoogleS.csv
    A libc/benchmarks/distributions/MemcmpGoogleU.csv
    A libc/benchmarks/distributions/MemcmpGoogleW.csv
    A libc/benchmarks/distributions/MemcpyGoogleA.csv
    A libc/benchmarks/distributions/MemcpyGoogleB.csv
    A libc/benchmarks/distributions/MemcpyGoogleD.csv
    A libc/benchmarks/distributions/MemcpyGoogleL.csv
    A libc/benchmarks/distributions/MemcpyGoogleM.csv
    A libc/benchmarks/distributions/MemcpyGoogleQ.csv
    A libc/benchmarks/distributions/MemcpyGoogleS.csv
    A libc/benchmarks/distributions/MemcpyGoogleU.csv
    A libc/benchmarks/distributions/MemcpyGoogleW.csv
    A libc/benchmarks/distributions/MemsetGoogleA.csv
    A libc/benchmarks/distributions/MemsetGoogleB.csv
    A libc/benchmarks/distributions/MemsetGoogleD.csv
    A libc/benchmarks/distributions/MemsetGoogleL.csv
    A libc/benchmarks/distributions/MemsetGoogleM.csv
    A libc/benchmarks/distributions/MemsetGoogleQ.csv
    A libc/benchmarks/distributions/MemsetGoogleS.csv
    A libc/benchmarks/distributions/MemsetGoogleU.csv
    A libc/benchmarks/distributions/MemsetGoogleW.csv
    A libc/benchmarks/distributions/README.md
    A libc/benchmarks/distributions/Uniform384To4096.csv

  Log Message:
  -----------
  [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




More information about the All-commits mailing list