# get a single numpy array of all the statistics stored.
array=stat_parser.collect_values()
logger.debug(f"Collected the statistics values of {stat_parser.get_statistics_count()} statistics in to one gaint array of shape: {array.shape} and type: {array.dtype}")