Searched refs:nConn (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_time.c339 int nConn = 0; local
429 nConn += 1;
453 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
454 printf( "%d connections in %ld real seconds, %ld bytes read per connection\n",nConn,(long)time(NULL)-finishtime+maxTime,bytes_read/nConn);
483 nConn = 0;
522 nConn += 1;
543 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTim
[all...]

Completed in 49 milliseconds