Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsuboshi committed Nov 25, 2024
1 parent 1c8359c commit 4bb710e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/research/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4bb710e

Please sign in to comment.