mirror of
https://github.com/curl/curl.git
synced 2026-05-07 05:27:29 +03:00
show dl speed
This commit is contained in:
parent
d551412a32
commit
f3af5d7b8e
1 changed files with 5 additions and 0 deletions
|
|
@ -192,6 +192,11 @@ static void report(void)
|
|||
|
||||
printf("%ld select() timeouts\n", timeouts);
|
||||
|
||||
printf("Downloaded %ld bytes in %ld bytes/sec, %ld usec/byte\n",
|
||||
info.dlcounter,
|
||||
info.dlcounter/(total/1000000),
|
||||
total/info.dlcounter);
|
||||
|
||||
#if 0
|
||||
for(i=1; i< num_total; i++) {
|
||||
if(timecount[i].laps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue