aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingServiceStatus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingServiceStatus.hpp')
-rw-r--r--src/profiling/IProfilingServiceStatus.hpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/profiling/IProfilingServiceStatus.hpp b/src/profiling/IProfilingServiceStatus.hpp
deleted file mode 100644
index 3366bdd445..0000000000
--- a/src/profiling/IProfilingServiceStatus.hpp
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-#include <armnn/profiling/ILocalPacketHandler.hpp>
-
-#include <common/include/Packet.hpp>
-
-#include <cstdint>
-
-namespace arm
-{
-
-namespace pipe
-{
-
-class IProfilingServiceStatus
-{
-public:
- virtual void NotifyProfilingServiceActive() = 0;
- virtual void WaitForProfilingServiceActivation(unsigned int timeout) = 0;
- virtual ~IProfilingServiceStatus() {};
-};
-
-} // namespace pipe
-
-} // namespace arm