From e7f4a432775eb215c9da7ade1ee2710f67641068 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 9 Nov 2018 10:58:40 +0000 Subject: COMPMID-1777: Output 'now' measurements in OpenCLTimer at the beginning of the test. This is needed in order to calculate the offset between OpenCL timestamps and Wall Clock timestamps as they're using different clocks Change-Id: I874b2a475bf98fd664a1e3e15045c80f0181af47 --- tests/framework/instruments/OpenCLTimer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/framework/instruments/OpenCLTimer.h') diff --git a/tests/framework/instruments/OpenCLTimer.h b/tests/framework/instruments/OpenCLTimer.h index 8722e6b348..b094ef44cb 100644 --- a/tests/framework/instruments/OpenCLTimer.h +++ b/tests/framework/instruments/OpenCLTimer.h @@ -56,6 +56,7 @@ public: void stop() override; void test_stop() override; MeasurementsMap measurements() const override; + MeasurementsMap test_measurements() const override; private: #ifdef ARM_COMPUTE_CL -- cgit v1.2.1