aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Profiling.hpp
diff options
context:
space:
mode:
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>;