aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Profiling.hpp
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-04-05 09:35:15 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-04-08 09:56:27 +0000
commit1b63d6c138f9d7c772c7dc325467018b557ff9ed (patch)
tree34f786427b96e88f652e843a643aa58514f4993d /src/armnn/Profiling.hpp
parenteff363d58992fb6384053259f9e1ee773f8cd4df (diff)
downloadarmnn-1b63d6c138f9d7c772c7dc325467018b557ff9ed.tar.gz
IVGCVSW-2927 Fix Streamline annotations
Change-Id: Ia3f4852e6ba1358c6798210ecf94105a130cb1b9 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Diffstat (limited to 'src/armnn/Profiling.hpp')
-rw-r--r--src/armnn/Profiling.hpp2
1 files changed, 1 insertions, 1 deletions
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<Event>;