Skip to content

Commit aee196d

Browse files
AdithyaBaglodynashif
authored andcommitted
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 <[email protected]>
1 parent f4d8ecc commit aee196d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/timing_info/src/timing_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static inline u32_t get_core_freq_MHz(void)
166166
/* Enable this macro to print all the measurements.
167167
* Note: Some measurements in few architectures are not valid
168168
*/
169-
/* #define PRINT_ALL_MEASUREMENTS */
169+
#define PRINT_ALL_MEASUREMENTS
170170
#ifndef PRINT_ALL_MEASUREMENTS
171171
/*If the measured cycles is greater than 10000 then one of the following is
172172
* possible.

0 commit comments

Comments
 (0)