aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/OpenCLTimer.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-11-09 10:58:40 +0000
committerPablo Marquez <pablo.tello@arm.com>2018-11-12 09:58:02 +0000
commite7f4a432775eb215c9da7ade1ee2710f67641068 (patch)
tree98e9d636009e68d0f79d122b51bb4b6eab76bcad /tests/framework/instruments/OpenCLTimer.h
parent0cf77981fadb883b97efec112e115450873e64c3 (diff)
downloadComputeLibrary-e7f4a432775eb215c9da7ade1ee2710f67641068.tar.gz
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
Diffstat (limited to 'tests/framework/instruments/OpenCLTimer.h')
-rw-r--r--tests/framework/instruments/OpenCLTimer.h1
1 files changed, 1 insertions, 0 deletions
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