Searched refs:SchedClassPoint (Results 1 – 2 of 2) sorted by relevance
265 std::vector<BenchmarkMeasure> SchedClassPoint(NumMeasurements); in getAsPoint() local269 BenchmarkMeasure &LatencyMeasure = SchedClassPoint[0]; in getAsPoint()281 for (auto I : zip(SchedClassPoint, Representative)) { in getAsPoint()309 BenchmarkMeasure &RThroughputMeasure = SchedClassPoint[0]; in getAsPoint()317 return SchedClassPoint; in getAsPoint()
366 const std::vector<BenchmarkMeasure> SchedClassPoint = in measurementsMatch() local368 if (SchedClassPoint.empty()) in measurementsMatch()371 assert(ClusterCenterPoint.size() == SchedClassPoint.size() && in measurementsMatch()374 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()