cleanup
Change-Id: Ia132b381230bf7ddae4d951911be177a928143df
[ROCm/rocprofiler commit: a6480a825f]
Этот коммит содержится в:
@@ -173,10 +173,8 @@ std::string filtr_kernel_name(const std::string name) {
|
||||
}
|
||||
++rit;
|
||||
}
|
||||
// while (((*rit == ' ') || (*rit == ' ')) && (rit != rend)) rit++;
|
||||
while (rit != rend) if ((*rit == ' ') || (*rit == ' ')) rit++; else break;
|
||||
auto rbeg = rit;
|
||||
// while ((*rit != ' ') && (*rit != ':') && (rit != rend)) rit++;
|
||||
while (rit != rend) if ((*rit != ' ') && (*rit != ':')) rit++; else break;
|
||||
const uint32_t pos = rend - rit;
|
||||
const uint32_t length = rit - rbeg;
|
||||
|
||||
Ссылка в новой задаче
Block a user