Searched refs:name_pointset (Results 1 – 1 of 1) sorted by relevance
281 for (auto& name_pointset : collected_metrics->point_set_map) { in CollectMetrics() local282 if (IsSelectedMetric(metrics, name_pointset.first)) { in CollectMetrics()283 TF_RETURN_IF_ERROR(AddMetrics(&report, *name_pointset.second)); in CollectMetrics()