clarify
This commit is contained in:
parent
845c55ddec
commit
6bd063a917
|
@ -178,6 +178,9 @@ class UsageTracker(object):
|
||||||
total_time = finished - started
|
total_time = finished - started
|
||||||
waiting_time = None
|
waiting_time = None
|
||||||
total_bytes = bytes_sent
|
total_bytes = bytes_sent
|
||||||
|
# note that "bytes_sent" should always be 0 here, but
|
||||||
|
# we're recording what the state-machine remembered in any
|
||||||
|
# case
|
||||||
|
|
||||||
if self._blur_usage:
|
if self._blur_usage:
|
||||||
started = self._blur_usage * (started // self._blur_usage)
|
started = self._blur_usage * (started // self._blur_usage)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user