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.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/armnn/profiling/ISendTimelinePacket.hpp b/include/armnn/profiling/ISendTimelinePacket.hpp
index 0eba33361a..c5da5219f7 100644
--- a/include/armnn/profiling/ISendTimelinePacket.hpp
+++ b/include/armnn/profiling/ISendTimelinePacket.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2019 Arm Ltd. All rights reserved.
+// Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -7,7 +7,6 @@
#include <algorithm>
#include <string>
-#include <thread>
#include <vector>
namespace armnn
@@ -38,7 +37,7 @@ public:
/// Create and write a TimelineEventBinaryPacket from the parameters to the buffer.
virtual void
- SendTimelineEventBinaryPacket(uint64_t timestamp, std::thread::id threadId, uint64_t profilingGuid) = 0;
+ SendTimelineEventBinaryPacket(uint64_t timestamp, int threadId, uint64_t profilingGuid) = 0;
/// Create and write a TimelineEventClassBinaryPacket from the parameters to the buffer.
virtual void SendTimelineEventClassBinaryPacket(uint64_t profilingGuid, uint64_t nameGuid) = 0;