aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Framework.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-10-01 14:31:11 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commit4e0ac6fd6bc647e811cc12c1e3d392a6151ec576 (patch)
tree6526fd9f286831c37381dcae5b29975b043df40b /tests/framework/Framework.h
parentb92805b2a0b8703f506fb287bcb0960232eca5bc (diff)
downloadComputeLibrary-4e0ac6fd6bc647e811cc12c1e3d392a6151ec576.tar.gz
COMPMID-162: output cpus list and capabilities in validation suite.
Change-Id: I6f71f2da851454e8fbbdfc9223592dea9ad03bac Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/151014 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'tests/framework/Framework.h')
-rw-r--r--tests/framework/Framework.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h
index 65ffc0a818..4a26b66bcb 100644
--- a/tests/framework/Framework.h
+++ b/tests/framework/Framework.h
@@ -161,6 +161,12 @@ public:
*/
bool has_test_info() const;
+ /** Print CPU info
+ *
+ * @param[out] os Output stream.
+ */
+ void print_cpu_info(std::ostream &os) const;
+
/** Print test info.
*
* @param[out] os Output stream.