aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ActivateTimelineReportingCommandHandler.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-13 22:35:46 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-14 00:34:17 +0000
commitdecd08b89565b18067d229c8c25b6f3a3333c653 (patch)
tree56176931968b83646b7e69f8e5b84ff7a65a24aa /src/profiling/ActivateTimelineReportingCommandHandler.hpp
parent77b284e6988b9a131d6abb3140ec6663c2ae84ae (diff)
downloadarmnn-decd08b89565b18067d229c8c25b6f3a3333c653.tar.gz
IVGCVSW-6847 replace armnn:Optional with arm::pipe::Optional in profiling code
Change-Id: I048c538d4f8c21770aec2b2751c934d9fa15a4dc Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'src/profiling/ActivateTimelineReportingCommandHandler.hpp')
-rw-r--r--src/profiling/ActivateTimelineReportingCommandHandler.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/profiling/ActivateTimelineReportingCommandHandler.hpp b/src/profiling/ActivateTimelineReportingCommandHandler.hpp
index ecc7076810..6b311fe851 100644
--- a/src/profiling/ActivateTimelineReportingCommandHandler.hpp
+++ b/src/profiling/ActivateTimelineReportingCommandHandler.hpp
@@ -10,12 +10,10 @@
#include "IReportStructure.hpp"
#include "INotifyBackends.hpp"
-#include "armnn/Optional.hpp"
-
#include <common/include/CommandHandlerFunctor.hpp>
+#include <common/include/Optional.hpp>
#include <common/include/Packet.hpp>
-
namespace arm
{
@@ -30,7 +28,7 @@ public:
uint32_t version,
SendTimelinePacket& sendTimelinePacket,
ProfilingStateMachine& profilingStateMachine,
- armnn::Optional<IReportStructure&> reportStructure,
+ arm::pipe::Optional<IReportStructure&> reportStructure,
std::atomic<bool>& timelineReporting,
INotifyBackends& notifyBackends)
: CommandHandlerFunctor(familyId, packetId, version),
@@ -49,7 +47,7 @@ private:
std::atomic<bool>& m_TimelineReporting;
INotifyBackends& m_BackendNotifier;
- armnn::Optional<IReportStructure&> m_ReportStructure;
+ arm::pipe::Optional<IReportStructure&> m_ReportStructure;
};
} // namespace pipe