Home
last modified time | relevance | path

Searched defs:BenchmarkMeasure (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h45 struct BenchmarkMeasure { struct
47 static BenchmarkMeasure Create(std::string Key, double Value) { in Create() argument
73 std::vector<BenchmarkMeasure> Measurements; argument