Commit f3af5d7b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

show dl speed

parent d551412a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {