Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
omriisack committed Dec 3, 2024
1 parent f828933 commit 903523f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/common/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ void Statistics::print()
getUnsignedAttribute( Statistics::NUM_CERTIFIED_LEAVES ) );
printf( "\tNumber of leaves to delegate: %u\n",
getUnsignedAttribute( Statistics::NUM_DELEGATED_LEAVES ) );
printf( "\tNumber of lemmas: %u\n",
getUnsignedAttribute( Statistics::NUM_LEMMAS ) );
printf( "\tNumber of lemmas: %u\n", getUnsignedAttribute( Statistics::NUM_LEMMAS ) );
}

unsigned long long Statistics::getTotalTimeInMicro() const
Expand Down

0 comments on commit 903523f

Please sign in to comment.