aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/RegisterBackendCounters.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/RegisterBackendCounters.cpp')
-rw-r--r--src/profiling/RegisterBackendCounters.cpp6
1 files changed, 2 insertions, 4 deletions
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<uint16_t>& deviceUid,
- const Optional<uint16_t>& 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,