diff options
author | Jenkins <bsgcomp@arm.com> | 2018-05-23 11:36:53 +0100 |
---|---|---|
committer | Anthony Barbier <anthony.barbier@arm.com> | 2018-05-23 14:55:11 +0100 |
commit | b3a371bc429d2ba45e56baaf239d8200c2662a74 (patch) | |
tree | 554525e415c303d64a08722a755397852ebbb8e4 /docs/02_tests.dox | |
parent | 67c8c91522e5be8156b77f57e63c0253535c902a (diff) | |
download | armcl-master.tar.gz armcl-master.tar.bz2 armcl-master.zip |
Diffstat (limited to 'docs/02_tests.dox')
-rw-r--r-- | docs/02_tests.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/02_tests.dox b/docs/02_tests.dox index 188f93857..9c8d12533 100644 --- a/docs/02_tests.dox +++ b/docs/02_tests.dox @@ -304,7 +304,7 @@ provide a good overview how test cases are structured. different execution modes, e.g. precommit and nightly. @section tests_running_tests Running tests -@subsection tests_running_tests_benchmarking Benchmarking +@subsection tests_running_tests_benchmark_and_validation Benchmarking and validation suites @subsubsection tests_running_tests_benchmarking_filter Filter tests All tests can be run by invoking @@ -377,6 +377,7 @@ To run the NEON precommit benchmark tests with PMU and Wall Clock timer in milis To run the OpenCL precommit benchmark tests with OpenCL kernel timers in miliseconds enabled: LD_LIBRARY_PATH=. ./arm_compute_benchmark --mode=precommit --filter="^CL.*" --instruments="opencl_timer_ms" --iterations=10 + */ } // namespace test } // namespace arm_compute |