Searched refs:totalTime (Results 1 – 2 of 2) sorted by relevance
143 double totalTime = 0.0; in s_time_main() local329 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()332 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()366 totalTime = 0.0; in s_time_main()408 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */ in s_time_main()411 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
140 { PTime const totalTime = UTIL_clockSpanNano(clockStart); in BMK_benchFunction() local142 rt.nanoSecPerRun = (double)totalTime / nbLoops; in BMK_benchFunction()