[libc-commits] [PATCH] D93210: [libc] revamp memory function benchmark

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Dec 14 06:44:38 PST 2020


gchatelet created this revision.
gchatelet added reviewers: courbet, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.

The benchmarking infrastructure can now run in two modes:

- Sweep Mode: which generates a ramp of size values (same as before),
- Distribution Mode: allows the user to select a distribution for the size paramater that is representative from production.

The analysis tool has also been updated to handle both modes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93210

Files:
  libc/benchmarks/CMakeLists.txt
  libc/benchmarks/JSON.cpp
  libc/benchmarks/JSONTest.cpp
  libc/benchmarks/LibcBenchmark.h
  libc/benchmarks/LibcMemoryBenchmark.cpp
  libc/benchmarks/LibcMemoryBenchmark.h
  libc/benchmarks/LibcMemoryBenchmarkMain.cpp
  libc/benchmarks/LibcMemoryBenchmarkMain.h
  libc/benchmarks/LibcMemoryBenchmarkTest.cpp
  libc/benchmarks/Memcmp.cpp
  libc/benchmarks/Memcpy.cpp
  libc/benchmarks/MemorySizeDistributions.cpp
  libc/benchmarks/MemorySizeDistributions.h
  libc/benchmarks/Memset.cpp
  libc/benchmarks/RATIONALE.md
  libc/benchmarks/README.md
  libc/benchmarks/configuration_big.json
  libc/benchmarks/configuration_small.json
  libc/benchmarks/libc-benchmark-analysis.py3
  libc/benchmarks/render.py3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93210.311567.patch
Type: text/x-patch
Size: 79484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201214/52120d57/attachment-0001.bin>


More information about the libc-commits mailing list