Update logging (#838)
* Update logging * Remove unused function * Fix lib/rocprofiler-sdk/hsa/pc_sampling.cpp logging compilation * Fix logging FLAGS_vmodule string leak and numerical log level * Update logging * Update glog submodule * Leak fixes * format
This commit is contained in:
committed by
GitHub
parent
2c7e9e8e8b
commit
4d5b71b0e7
@@ -79,7 +79,7 @@ getBlockDimensions(std::string_view agent, const Metric& metric)
|
||||
}
|
||||
else
|
||||
{
|
||||
ROCP_ERROR << "Unknown AQL Profiler Dimension " << id << " " << extent;
|
||||
ROCP_WARNING << "Unknown AQL Profiler Dimension " << id << " " << extent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user