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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c350 double totalTime = 0.0; local
458 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
463 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
496 totalTime = 0.0;
550 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
554 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c350 double totalTime = 0.0; local
458 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
463 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
496 totalTime = 0.0;
550 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
554 nConn, totalTime, ((double)nConn / totalTime), bytes_read);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c441 double totalTime = 0.0; local
553 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
556 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
587 totalTime = 0.0;
643 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
646 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);

Completed in 116 milliseconds