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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 152 // some other Repetitor, we want to discard the previous measurements.
157 IB->Measurements.clear();
189 // measurements.
225 // Scale the measurements by instruction.
227 // Scale the measurements by snippet.
231 if (InstrBenchmark.Measurements.empty()) {
232 InstrBenchmark.Measurements = std::move(*NewMeasurements);
236 assert(Repetitors.size() > 1 && !InstrBenchmark.Measurements.empty() &&
239 assert(InstrBenchmark.Measurements.size() == NewMeasurements->size() &&
240 "Expected to have identical number of measurements.")
    [all...]
Clustering.cpp 25 // (B) - Number of points : ~thousands (points are measurements of an MCInst)
44 const auto &QMeasurements = Points_[Q].Measurements;
48 const auto &PMeasurements = Points_[P].Measurements;
66 ArrayRef<BenchmarkMeasure> Measurements = Points_[P].Measurements;
67 if (Measurements.empty()) // Error point.
69 G.addPoint(Measurements);
81 const auto &PMeasurements = Points_[P].Measurements;
98 // Mark erroneous measurements out.
108 const auto *CurMeasurement = &Point.Measurements;
    [all...]
BenchmarkResult.h 10 /// Defines classes to represent measurements and serialize/deserialize them to
72 // Note that measurements are per instruction.
73 std::vector<BenchmarkMeasure> Measurements;
77 // How to aggregate measurements.
Analysis.cpp 125 // point coordinates (measurements).
147 for (const auto &Measurement : Point.Measurements) {
195 for (const auto &Measurement : Clustering_.getPoints().front().Measurements) {
306 Points[Clusters[0].getPointIds()[0]].Measurements) {
347 Centroid.addPoint(Point.Measurements);
447 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) {
459 for (const auto &Measurement : Points[PointId].Measurements) {
BenchmarkResult.cpp 320 Io.mapRequired("measurements", Obj.Measurements);

Completed in 19 milliseconds