aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/OpenCLTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/OpenCLTimer.h')
-rw-r--r--tests/framework/instruments/OpenCLTimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/framework/instruments/OpenCLTimer.h b/tests/framework/instruments/OpenCLTimer.h
index 059f4493f9..c5f3bce92a 100644
--- a/tests/framework/instruments/OpenCLTimer.h
+++ b/tests/framework/instruments/OpenCLTimer.h
@@ -52,6 +52,7 @@ public:
std::string id() const override;
void test_start() override;
void start() override;
+ void stop() override;
void test_stop() override;
MeasurementsMap measurements() const override;
@@ -66,6 +67,7 @@ private:
std::function<decltype(clEnqueueNDRangeKernel)> _real_function;
std::function<decltype(graph::execute_task)> _real_graph_function;
std::string _prefix;
+ bool _timer_enabled;
#endif /* ARM_COMPUTE_CL */
private: