aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/armnn/profiling/ISendTimelinePacket.hpp3
-rw-r--r--include/armnn/profiling/ITimelineDecoder.hpp1
2 files changed, 3 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
diff --git a/include/armnn/profiling/ITimelineDecoder.hpp b/include/armnn/profiling/ITimelineDecoder.hpp
index 5d22ad8e3d..763858ccb3 100644
--- a/include/armnn/profiling/ITimelineDecoder.hpp
+++ b/include/armnn/profiling/ITimelineDecoder.hpp
@@ -68,6 +68,7 @@ public:
uint64_t m_Guid;
uint64_t m_HeadGuid;
uint64_t m_TailGuid;
+ uint64_t m_AttributeGuid;
};
virtual ~ITimelineDecoder() = default;