From aee196d59799f969b6a9de6bbbc83d07aad635dc Mon Sep 17 00:00:00 2001 From: Adithya Baglody Date: Fri, 1 Mar 2019 14:06:50 +0530 Subject: [PATCH] tests: benchmarks: timing_info: Print all measurements. All measurements will now be printed irrespective of the validity. Fixes: GH-12900 Signed-off-by: Adithya Baglody --- tests/benchmarks/timing_info/src/timing_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/timing_info/src/timing_info.h b/tests/benchmarks/timing_info/src/timing_info.h index e2aee468d15..8a323f521b8 100644 --- a/tests/benchmarks/timing_info/src/timing_info.h +++ b/tests/benchmarks/timing_info/src/timing_info.h @@ -166,7 +166,7 @@ static inline u32_t get_core_freq_MHz(void) /* Enable this macro to print all the measurements. * Note: Some measurements in few architectures are not valid */ -/* #define PRINT_ALL_MEASUREMENTS */ +#define PRINT_ALL_MEASUREMENTS #ifndef PRINT_ALL_MEASUREMENTS /*If the measured cycles is greater than 10000 then one of the following is * possible.