Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp71 using BenchmarkSetup = CopySetup; typedef
74 using BenchmarkSetup = MoveSetup; typedef
77 using BenchmarkSetup = SetSetup; typedef
80 using BenchmarkSetup = SetSetup; typedef
83 using BenchmarkSetup = ComparisonSetup; typedef
86 using BenchmarkSetup = ComparisonSetup; typedef
91 struct MemfunctionBenchmarkBase : public BenchmarkSetup {
266 BenchmarkSetup::getDistributions(), SizeDistributionName))); in main()