Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c100 double totalTime = 0.0; in s_time_main() local
258 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
263 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
295 totalTime = 0.0; in s_time_main()
336 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()
340 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
/freebsd-13.1/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()