Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/automemcpy/unittests/
H A DResultAnalyzerTest.cpp24 static constexpr DistributionId DistA = {{"A"}}; in TEST() local
25 static constexpr SampleId Id = {Foo1, DistA}; in TEST()
44 static constexpr DistributionId DistA = {{"A"}}; in TEST() local
45 static constexpr SampleId Id = {Foo1, DistA}; in TEST()
64 static constexpr DistributionId DistA = {{"A"}}; in TEST() local
68 Sample{{Foo1, DistA}, SampleType::ITERATION, 1}, in TEST()
70 Sample{{Foo2, DistA}, SampleType::ITERATION, 3}, in TEST()
118 static constexpr DistributionId DistA = {{"A"}}; in TEST() local
121 Sample{{Foo1, DistA}, SampleType::ITERATION, 0}, in TEST()
123 Sample{{Foo2, DistA}, SampleType::ITERATION, 1}, in TEST()
[all …]