minor change

[ROCm/rocprofiler commit: 19676a74c9]
This commit is contained in:
Evgeny
2018-02-02 15:02:26 -06:00
parent af6474afdd
commit e91ce30ced
+1 -1
View File
@@ -107,7 +107,7 @@ class MetricsDict {
}
}
const Metric* Get(const std::string& name) {
const Metric* Get(const std::string& name) const {
const Metric* metric = NULL;
auto it = cache_.find(name);