Enabling -m and --basenames option
Change-Id: Ic19ac28ab6ec842daf2a93a311ed7690b61b1e2a
[ROCm/rocprofiler commit: a76341e30c]
Este commit está contenido en:
@@ -199,6 +199,7 @@ class MetricsDict {
|
||||
|
||||
MetricsDict(const rocprofiler::HSAAgentInfo* agent_info) : xml_(NULL), agent_info_(agent_info) {
|
||||
std::string xml_name = []() {
|
||||
|
||||
if (const char* path = getenv("ROCPROFILER_METRICS_PATH"); path != nullptr) return path;
|
||||
return "";
|
||||
}();
|
||||
|
||||
Referencia en una nueva incidencia
Block a user