aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Profiling.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-10-24 17:26:17 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-25 14:06:56 +0100
commit71007e4e16999ca96ab80941ca021b86342668d6 (patch)
tree4516f42757b7671235a21c66b1884ca73599b3e6 /src/armnn/Profiling.hpp
parent28dcab6c176a3938519809aa9da7321e4ede7623 (diff)
downloadarmnn-71007e4e16999ca96ab80941ca021b86342668d6.tar.gz
IVGCVSW-2059: Remove CL-specific code from Profiler
Change-Id: I279986b83c7a38b6d395f8a496382ffaebb9ed08
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;