rclone/fs/accounting
Nick Craig-Wood b002ff8d54 accounting: fix total duration calculation
This was broken in e337cae0c5 when we deleted the transfers
immediately.

This is fixed by keeping a merged slice of time ranges of completed
transfers and adding those to the current transfers.
2019-10-16 22:13:17 +01:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go accounting: fix file handle leak on errors - fixes #3547 2019-09-19 16:20:07 +01:00
accounting_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
accounting.go accounting: fix file handle leak on errors - fixes #3547 2019-09-19 16:20:07 +01:00
inprogress.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
stats_groups.go rc docs: fix code section not rendering properly due to missing quotes 2019-10-13 12:26:37 +01:00
stats_test.go accounting: fix total duration calculation 2019-10-16 22:13:17 +01:00
stats.go accounting: fix total duration calculation 2019-10-16 22:13:17 +01:00
stringset.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
transfer.go accounting: fix memory leak noticeable for transfers of large numbers of objects 2019-10-16 10:27:07 +01:00