aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Profiling.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Profiling.hpp')
-rw-r--r--src/armnn/Profiling.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/armnn/Profiling.hpp b/src/armnn/Profiling.hpp
index 758b753386..ef6bfd5ffb 100644
--- a/src/armnn/Profiling.hpp
+++ b/src/armnn/Profiling.hpp
@@ -74,10 +74,6 @@ private:
uint32_t m_Count;
};
- // Waits for a compute device to finish working to guarantee correct timings.
- // Currently used exclusively when emitting profiling events denoting GPU work.
- void WaitForDevice(Compute compute) const;
-
template<typename EventIterType>
void AnalyzeEventSequenceAndWriteResults(EventIterType first, EventIterType last, std::ostream& outStream) const;