total_secs       1185 src/filemanager/file.c             gint64 total_secs;
total_secs       1187 src/filemanager/file.c             total_secs = (tv_current - tctx->transfer_start) / G_USEC_PER_SEC;
total_secs       1188 src/filemanager/file.c             total_secs = MAX (1, total_secs);
total_secs       1190 src/filemanager/file.c             tctx->bps = tctx->copied_bytes / total_secs;