From 1b63d6c138f9d7c772c7dc325467018b557ff9ed Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 5 Apr 2019 09:35:15 +0100 Subject: IVGCVSW-2927 Fix Streamline annotations Change-Id: Ia3f4852e6ba1358c6798210ecf94105a130cb1b9 Signed-off-by: Matthew Bentham --- src/armnn/Profiling.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/Profiling.hpp') diff --git a/src/armnn/Profiling.hpp b/src/armnn/Profiling.hpp index 0fb60d346a..0b2e46d46d 100644 --- a/src/armnn/Profiling.hpp +++ b/src/armnn/Profiling.hpp @@ -57,7 +57,7 @@ public: void Print(std::ostream& outStream) const override; // Gets the color to render an event with, based on which device it denotes. - uint32_t GetEventColor(Compute compute) const; + uint32_t GetEventColor(const BackendId& backendId) const; private: using EventPtr = std::unique_ptr; -- cgit v1.2.1