Home
last modified time | relevance | path

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

12

/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
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 …]
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;
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 …]
DJSON.h17 namespace libc_benchmarks {
DMemorySizeDistributions.h23 namespace libc_benchmarks {
DLibcFunctionPrototypes.h7 namespace libc_benchmarks {
DLibcBenchmark.cpp14 namespace libc_benchmarks { namespace
DLibcMemoryBenchmarkMain.cpp37 namespace libc_benchmarks { namespace
286 llvm::libc_benchmarks::main(); in main()
DMemorySizeDistributions.cpp7 namespace libc_benchmarks { namespace
DLibcMemoryBenchmarkTest.cpp24 namespace libc_benchmarks { namespace
DLibcMemoryBenchmark.cpp17 namespace libc_benchmarks { namespace
DLibcMemoryBenchmark.h26 namespace libc_benchmarks {
DLibcBenchmarkTest.cpp27 namespace libc_benchmarks { namespace
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
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 …]
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;
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 …]
DJSON.h17 namespace libc_benchmarks {
DMemorySizeDistributions.h23 namespace libc_benchmarks {
DLibcFunctionPrototypes.h7 namespace libc_benchmarks {
DLibcBenchmark.cpp14 namespace libc_benchmarks { namespace
DLibcMemoryBenchmarkMain.cpp37 namespace libc_benchmarks { namespace
286 llvm::libc_benchmarks::main(); in main()
DMemorySizeDistributions.cpp7 namespace libc_benchmarks { namespace
DLibcMemoryBenchmarkTest.cpp24 namespace libc_benchmarks { namespace
DLibcMemoryBenchmark.cpp17 namespace libc_benchmarks { namespace
DLibcMemoryBenchmark.h26 namespace libc_benchmarks {

12