+ LOG.warning("Done %d in %d @ %.3f per second - %s ETA (seconds): %.2f",
+ self.done_places, int(done_time),
+ places_per_sec, self.name, eta)
+
+ self.next_info += int(places_per_sec) * self.log_interval
+
+ def done(self) -> None:
+ """ Print final statistics about the progress.