Skip to content

Commit

Permalink
Fix rate calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeep committed Feb 11, 2022
1 parent a66cff5 commit 60a2bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/workers.adb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ package body Workers is
-(+"[%s] Progress so far: %s, last %d took %fs (%f addresses/sec)" &
Image (Current_Task) & Index'Image & Integer (16#FFF#) &
Taken & ((16#FFF# * 1.0) / Taken)));
Start_Time := Clock;
end;
end if;

Expand Down

0 comments on commit 60a2bff

Please sign in to comment.