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 <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
f4d8eccb70
commit
aee196d597
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue