From e91ce30ced005289c18bbbc697555dc2d11eafac Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 2 Feb 2018 15:02:26 -0600 Subject: [PATCH] minor change [ROCm/rocprofiler commit: 19676a74c9e6b2ed1643f764ad7222162739c631] --- projects/rocprofiler/src/core/metrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/src/core/metrics.h b/projects/rocprofiler/src/core/metrics.h index b777c2899f..e53b9e090e 100644 --- a/projects/rocprofiler/src/core/metrics.h +++ b/projects/rocprofiler/src/core/metrics.h @@ -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);