Home
last modified time | relevance | path

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

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