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/CounterDirectory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/CounterDirectory.hpp') diff --git a/src/profiling/CounterDirectory.hpp b/src/profiling/CounterDirectory.hpp index ee9b52e8cd..4438042caf 100644 --- a/src/profiling/CounterDirectory.hpp +++ b/src/profiling/CounterDirectory.hpp @@ -36,7 +36,7 @@ public: uint16_t count = 0, const armnn::Optional& parentCategoryName = armnn::EmptyOptional()) override; - const Counter* RegisterCounter(const armnn::BackendId& backendId, + const Counter* RegisterCounter(const std::string& backendId, const uint16_t uid, const std::string& parentCategoryName, uint16_t counterClass, -- cgit v1.2.1