[libc] move benchmark function registration to a different file
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 30 Sep 2021 13:10:45 +0000 (13:10 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 30 Sep 2021 13:11:33 +0000 (13:11 +0000)
commitadc18ad6ac67658a237ffb345623f4cf78b9c3c8
tree961021af18e69a23866bf5e9f6b872e7d2717989
parentdea48079b90d40f2087435b778544dffb0ab1793
[libc] move benchmark function registration to a different file
libc/benchmarks/CMakeLists.txt
libc/benchmarks/LibcDefaultImplementations.cpp [new file with mode: 0644]
libc/benchmarks/LibcFunctionPrototypes.h [new file with mode: 0644]
libc/benchmarks/LibcMemoryBenchmark.h
libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp