[all-commits] [llvm/llvm-project] 59198d: [libc] Add a Google Benchmark target to support co...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Aug 2 05:14:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59198d062f409387393ee3843b3c999b1dc9947e
https://github.com/llvm/llvm-project/commit/59198d062f409387393ee3843b3c999b1dc9947e
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M libc/benchmarks/CMakeLists.txt
M libc/benchmarks/LibcMemoryBenchmark.cpp
M libc/benchmarks/LibcMemoryBenchmark.h
A libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
Log Message:
-----------
[libc] Add a Google Benchmark target to support continuous monitoring of memory operation performance
The next step is to be able to benchmark several implementations at once and compare which one performs best on a particular machine.
Differential Revision: https://reviews.llvm.org/D107265
More information about the All-commits
mailing list