HomeSort by: relevance | last modified time | path
    Searched refs:PerInstructionValue (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp 272 LatencyMeasure.PerInstructionValue = 0.0;
277 LatencyMeasure.PerInstructionValue =
278 std::max<double>(LatencyMeasure.PerInstructionValue, WLE->Cycles);
294 Measure.PerInstructionValue =
299 Measure.PerInstructionValue = SCDesc->NumMicroOps;
311 RThroughputMeasure.PerInstructionValue =
Clustering.h 115 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue;
BenchmarkResult.h 53 double PerInstructionValue;
BenchmarkRunner.cpp 226 BM.PerInstructionValue /= InstrBenchmark.NumRepetitions;
247 Measurement.PerInstructionValue = std::min(
248 Measurement.PerInstructionValue, NewMeasurement.PerInstructionValue);
BenchmarkResult.cpp 227 Io.mapRequired("value", Obj.PerInstructionValue);
421 SumValues += BM.PerInstructionValue;
422 MaxValue = std::max(MaxValue, BM.PerInstructionValue);
423 MinValue = std::min(MinValue, BM.PerInstructionValue);
Analysis.cpp 149 writeMeasurementValue<kEscapeCsv>(OS, Measurement.PerInstructionValue);
461 writeMeasurementValue<kEscapeHtml>(OS, Measurement.PerInstructionValue);
Clustering.cpp 358 std::get<0>(I).PerInstructionValue = std::get<1>(I).avg();

Completed in 17 milliseconds