Lines Matching refs:Clustering
154 const BenchmarkClustering &Clustering, in Analysis() argument
157 : Clustering_(Clustering), State_(State), in Analysis()
161 if (Clustering.getPoints().empty()) in Analysis()
320 size_t PointId, const BenchmarkClustering &Clustering) { in addPoint() argument
322 const auto &Point = Clustering.getPoints()[PointId]; in addPoint()
324 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint()
325 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint()
332 const BenchmarkClustering &Clustering, in measurementsMatch() argument
334 assert(!Clustering.getPoints().empty()); in measurementsMatch()
335 const Benchmark::ModeE Mode = Clustering.getPoints()[0].Mode; in measurementsMatch()
351 return Clustering.isNeighbour(ClusterCenterPoint, SchedClassPoint, in measurementsMatch()