diff --git a/src/research/logger.rs b/src/research/logger.rs index e283561..d0d663b 100644 --- a/src/research/logger.rs +++ b/src/research/logger.rs @@ -126,8 +126,9 @@ impl<'a, H, B, W, F, G, O> Logger<'a, B, W, F, G> } + /// print current settings. #[inline(always)] - fn print_stats(&self) { + pub fn print_stats(&self) { let limit = if self.time_limit != u128::MAX { time_format(self.time_limit) } else {