Home
last modified time | relevance | path

Searched refs:libc_benchmarks (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp15 using llvm::libc_benchmarks::BzeroConfiguration;
16 using llvm::libc_benchmarks::ComparisonSetup;
17 using llvm::libc_benchmarks::CopySetup;
18 using llvm::libc_benchmarks::MemcmpOrBcmpConfiguration;
19 using llvm::libc_benchmarks::MemcpyConfiguration;
20 using llvm::libc_benchmarks::MemmoveConfiguration;
21 using llvm::libc_benchmarks::MemorySizeDistribution;
22 using llvm::libc_benchmarks::MemsetConfiguration;
23 using llvm::libc_benchmarks::MoveSetup;
24 using llvm::libc_benchmarks::OffsetDistribution;
[all …]
H A DJSON.cpp29 namespace libc_benchmarks { namespace
76 static Error fromJson(const json::Value &V, libc_benchmarks::Duration &D) { in fromJson()
79 D = libc_benchmarks::Duration(*V.getAsNumber()); in fromJson()
102 libc_benchmarks::BenchmarkLog &Out) { in fromJson()
108 llvm::StringSwitch<std::optional<libc_benchmarks::BenchmarkLog>>(String) in fromJson()
109 .Case("None", libc_benchmarks::BenchmarkLog::None) in fromJson()
110 .Case("Last", libc_benchmarks::BenchmarkLog::Last) in fromJson()
111 .Case("Full", libc_benchmarks::BenchmarkLog::Full) in fromJson()
175 libc_benchmarks::BenchmarkOptions &Out) { in fromJson()
190 libc_benchmarks::StudyConfiguration &Out) { in fromJson()
[all …]
H A DLibcDefaultImplementations.cpp19 using llvm::libc_benchmarks::BzeroConfiguration;
20 using llvm::libc_benchmarks::MemcmpOrBcmpConfiguration;
21 using llvm::libc_benchmarks::MemcpyConfiguration;
22 using llvm::libc_benchmarks::MemmoveConfiguration;
23 using llvm::libc_benchmarks::MemsetConfiguration;
H A DJSON.h17 namespace libc_benchmarks {
H A DMemorySizeDistributions.h23 namespace libc_benchmarks {
H A DLibcFunctionPrototypes.h7 namespace libc_benchmarks {
H A DLibcBenchmark.cpp14 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmarkMain.cpp37 namespace libc_benchmarks {
277 } // namespace libc_benchmarks
286 llvm::libc_benchmarks::main(); in main()
36 namespace libc_benchmarks { global() namespace
H A DMemorySizeDistributions.cpp7 namespace libc_benchmarks { namespace
201 } // namespace libc_benchmarks in getDistributionOrDie()
H A DLibcMemoryBenchmarkTest.cpp24 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmark.cpp17 namespace libc_benchmarks { namespace
H A DLibcMemoryBenchmark.h26 namespace libc_benchmarks {
H A DLibcBenchmarkTest.cpp27 namespace libc_benchmarks { namespace
H A DJSONTest.cpp23 namespace libc_benchmarks { namespace
H A DLibcBenchmark.h43 namespace libc_benchmarks {
326 } // namespace libc_benchmarks