Home
last modified time | relevance | path

Searched refs:totalTime (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_time.c125 double totalTime = 0.0; in s_time_main() local
312 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
317 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
350 totalTime = 0.0; in s_time_main()
392 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
396 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
/freebsd/sys/contrib/zstd/programs/
H A Dbenchfn.c140 { PTime const totalTime = UTIL_clockSpanNano(clockStart); in BMK_benchFunction() local
142 rt.nanoSecPerRun = (double)totalTime / nbLoops; in BMK_benchFunction()