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/IProfilingService.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/IProfilingService.hpp') diff --git a/src/profiling/IProfilingService.hpp b/src/profiling/IProfilingService.hpp index 31d9b8d1e3..b91952249b 100644 --- a/src/profiling/IProfilingService.hpp +++ b/src/profiling/IProfilingService.hpp @@ -46,7 +46,7 @@ public: virtual ProfilingState ConfigureProfilingService(const ProfilingOptions& options, bool resetProfilingService = false) = 0; // Store a profiling context returned from a backend that support profiling. - virtual void AddBackendProfilingContext(const armnn::BackendId backendId, + virtual void AddBackendProfilingContext(const std::string& backendId, std::shared_ptr profilingContext) = 0; virtual ICounterRegistry& GetCounterRegistry() = 0; virtual IRegisterCounterMapping& GetCounterMappingRegistry() = 0; -- cgit v1.2.1