From 4c998993bda1475595be5505690ff4e08dc2389e Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Tue, 25 Feb 2020 12:44:44 +0000 Subject: IVGCVSW-4454 Remove the CounterSet and Device fields from Category Signed-off-by: Sadik Armagan Change-Id: I721f59cd1f6d068e02dabd62c42871a43be9d934 --- src/profiling/RegisterBackendCounters.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/profiling/RegisterBackendCounters.cpp') diff --git a/src/profiling/RegisterBackendCounters.cpp b/src/profiling/RegisterBackendCounters.cpp index 0c68838cd6..36f6106c00 100644 --- a/src/profiling/RegisterBackendCounters.cpp +++ b/src/profiling/RegisterBackendCounters.cpp @@ -11,11 +11,9 @@ namespace armnn namespace profiling { -void RegisterBackendCounters::RegisterCategory(const std::string& categoryName, - const Optional& deviceUid, - const Optional& counterSetUid) +void RegisterBackendCounters::RegisterCategory(const std::string& categoryName) { - m_CounterDirectory.RegisterCategory(categoryName, deviceUid, counterSetUid); + m_CounterDirectory.RegisterCategory(categoryName); } uint16_t RegisterBackendCounters::RegisterDevice(const std::string& deviceName, -- cgit v1.2.1