From 144d2fff0e9a87050eafd856789683ab39f08eda Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 29 Sep 2017 10:46:08 +0100 Subject: COMPMID-417 Minor documentation fixes and error handling in instruments Fixed some Doxygen issues in the introduction and tests sections Switched MaliCounter to use ARM_COMPUTE_ERROR in order to get more context in case of failure Switched to use ARM_COMPUTE_ERROR instead of ERROR_ON in PMU and MaliCounter so that checks work in release mode too. (As these checks are to detect platform issues rather than programming errors) Change-Id: Ibbefa5a87d93c5c3aa5e190680052e4e99987dfe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89662 Reviewed-by: Gian Marco Iodice Reviewed-by: Georgios Pinitas Tested-by: Kaizen --- docs/00_introduction.dox | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index b097128ac1..2b6ddfb045 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -417,8 +417,6 @@ Example: @b validation_tests: Enable the build of the validation suite. -@note You will need the Boost Test and Program options headers and libraries to build the validation tests. See @ref building_boost for more information. - @b benchmark_tests: Enable the build of the benchmark tests @b pmu: Enable the PMU cycle counter to measure execution time in benchmark tests. (Your device needs to support it) -- cgit v1.2.1