Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h56 struct BenchmarkMeasure { struct
58 static BenchmarkMeasure Create(std::string Key, double Value) { in Create() argument
84 std::vector<BenchmarkMeasure> Measurements; argument