SWDEV-283957 : Emit correct group name for rocprof split metrics

Change-Id: Id096edd03bb5be9c8082296fdb659845f2b9c7a6


[ROCm/rocprofiler commit: a11ac0a632]
Этот коммит содержится в:
Mark Laws
2022-03-01 11:12:50 -06:00
родитель 7284cbb59b
Коммит 5c00c7f844
+1 -3
Просмотреть файл
@@ -185,10 +185,8 @@ class MetricsGroupSet {
uint32_t GetSize() const { return groups_.size(); }
void Print(FILE* file) const {
uint32_t idx = 0;
for (const auto* group : groups_) {
++idx;
fprintf(stdout, " group%u:", idx); fflush(stdout);
fprintf(stdout, " pmc : "); fflush(stdout);
group->Print(file);
}
}