From 6f073727ad98d94f43a3938ddeac3f5a231ad959 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 4 Mar 2022 12:11:09 +0000 Subject: IVGCVSW-6814 Remove references to armnn:BackendId in the profiling code Signed-off-by: Cathal Corbett Change-Id: Ib399a5eee9e52882800ec3e02e4173424a7c19b1 --- src/profiling/ICounterRegistry.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/profiling/ICounterRegistry.hpp') diff --git a/src/profiling/ICounterRegistry.hpp b/src/profiling/ICounterRegistry.hpp index 1d257b82db..9e04f605a1 100644 --- a/src/profiling/ICounterRegistry.hpp +++ b/src/profiling/ICounterRegistry.hpp @@ -6,7 +6,6 @@ #pragma once #include -#include namespace arm { @@ -30,7 +29,7 @@ public: uint16_t count, const armnn::Optional& parentCategoryName) = 0; - virtual const Counter* RegisterCounter(const armnn::BackendId& backendId, + virtual const Counter* RegisterCounter(const std::string& backendId, const uint16_t uid, const std::string& parentCategoryName, uint16_t counterClass, -- cgit v1.2.1