aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/profiling/ISendTimelinePacket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/profiling/ISendTimelinePacket.hpp')
-rw-r--r--include/armnn/profiling/ISendTimelinePacket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/armnn/profiling/ISendTimelinePacket.hpp b/include/armnn/profiling/ISendTimelinePacket.hpp
index 49a9fcf40e..a296223e1a 100644
--- a/include/armnn/profiling/ISendTimelinePacket.hpp
+++ b/include/armnn/profiling/ISendTimelinePacket.hpp
@@ -53,7 +53,8 @@ public:
virtual void SendTimelineRelationshipBinaryPacket(ProfilingRelationshipType relationshipType,
uint64_t relationshipGuid,
uint64_t headGuid,
- uint64_t tailGuid) = 0;
+ uint64_t tailGuid,
+ uint64_t attributeGuid) = 0;
};
} // namespace profiling