Skip to content

Commit

Permalink
fix time tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 5, 2024
1 parent ec895f5 commit f1c433c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parser/src/tokenparser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@ impl TokenParser {
}

pub fn mid_process(&mut self, mut arg: StepArg) -> StepResult {
if !self.no_bias_this_mid_process {
self.mid_process_start_time = instant::Instant::now();
}

self.mid_process_start_time = instant::Instant::now();
if self.stop_reason != StopReason::NotStopped {
let trie = self.token_env.tok_trie();
infoln!(
Expand Down

0 comments on commit f1c433c

Please sign in to comment.