aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IReadCounterValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IReadCounterValue.hpp')
-rw-r--r--src/profiling/IReadCounterValue.hpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/profiling/IReadCounterValue.hpp b/src/profiling/IReadCounterValue.hpp
deleted file mode 100644
index 3a8236a0f4..0000000000
--- a/src/profiling/IReadCounterValue.hpp
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// Copyright © 2019 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-#pragma once
-
-namespace armnn
-{
-
-namespace profiling
-{
-
-class IReadCounterValue
-{
-public:
- virtual void GetCounterValue(uint16_t index, uint32_t &value) const = 0;
- virtual ~IReadCounterValue() {}
-};
-
-} // namespace profiling
-
-} // namespace armnn \ No newline at end of file