Searched refs:totalTime (Results 1 – 2 of 2) sorted by relevance
125 double totalTime = 0.0; in s_time_main() local312 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()
140 { PTime const totalTime = UTIL_clockSpanNano(clockStart); in BMK_benchFunction() local142 rt.nanoSecPerRun = (double)totalTime / nbLoops; in BMK_benchFunction()