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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/profiling/ISendTimelinePacket.hpp b/include/armnn/profiling/ISendTimelinePacket.hpp
index a296223e1a..0eba33361a 100644
--- a/include/armnn/profiling/ISendTimelinePacket.hpp
+++ b/include/armnn/profiling/ISendTimelinePacket.hpp
@@ -41,7 +41,7 @@ public:
SendTimelineEventBinaryPacket(uint64_t timestamp, std::thread::id threadId, uint64_t profilingGuid) = 0;
/// Create and write a TimelineEventClassBinaryPacket from the parameters to the buffer.
- virtual void SendTimelineEventClassBinaryPacket(uint64_t profilingGuid) = 0;
+ virtual void SendTimelineEventClassBinaryPacket(uint64_t profilingGuid, uint64_t nameGuid) = 0;
/// Create and write a TimelineLabelBinaryPacket from the parameters to the buffer.
virtual void SendTimelineLabelBinaryPacket(uint64_t profilingGuid, const std::string& label) = 0;