Lines Matching refs:start_time

48   double               start_time, stop_time;  in Test_SUNLinSolGetType()  local
51 start_time = get_time(); in Test_SUNLinSolGetType()
58 PRINT_TIME(" SUNLinSolGetType Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolGetType()
62 PRINT_TIME(" SUNLinSolGetType Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolGetType()
73 double start_time, stop_time; in Test_SUNLinSolGetID() local
76 start_time = get_time(); in Test_SUNLinSolGetID()
83 PRINT_TIME(" SUNLinSolGetID Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolGetID()
87 PRINT_TIME(" SUNLinSolGetID Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolGetID()
98 double start_time, stop_time; in Test_SUNLinSolLastFlag() local
107 start_time = get_time(); in Test_SUNLinSolLastFlag()
114 PRINT_TIME(" SUNLinSolLastFlag Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolLastFlag()
127 double start_time, stop_time; in Test_SUNLinSolSpace() local
131 start_time = get_time(); in Test_SUNLinSolSpace()
138 PRINT_TIME(" SUNLinSolSpace Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSpace()
142 PRINT_TIME(" SUNLinSolSpace Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSpace()
155 double start_time, stop_time; in Test_SUNLinSolNumIters() local
159 start_time = get_time(); in Test_SUNLinSolNumIters()
166 PRINT_TIME(" SUNLinSolNumIters Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolNumIters()
178 double start_time, stop_time, resnorm; in Test_SUNLinSolResNorm() local
181 start_time = get_time(); in Test_SUNLinSolResNorm()
194 PRINT_TIME(" SUNLinSolResNorm Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolResNorm()
206 double start_time, stop_time; in Test_SUNLinSolResid() local
210 start_time = get_time(); in Test_SUNLinSolResid()
223 PRINT_TIME(" SUNLinSolResid Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolResid()
237 double start_time, stop_time; in Test_SUNLinSolSetATimes() local
240 start_time = get_time(); in Test_SUNLinSolSetATimes()
252 PRINT_TIME(" SUNLinSolSetATimes Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSetATimes()
266 double start_time, stop_time; in Test_SUNLinSolSetPreconditioner() local
269 start_time = get_time(); in Test_SUNLinSolSetPreconditioner()
281 PRINT_TIME(" SUNLinSolSetPreconditioner Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSetPreconditioner()
295 double start_time, stop_time; in Test_SUNLinSolSetScalingVectors() local
298 start_time = get_time(); in Test_SUNLinSolSetScalingVectors()
310 PRINT_TIME(" SUNLinSolSetScalingVectors Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSetScalingVectors()
323 double start_time, stop_time; in Test_SUNLinSolInitialize() local
325 start_time = get_time(); in Test_SUNLinSolInitialize()
332 PRINT_TIME(" SUNLinSolInitialize Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolInitialize()
337 PRINT_TIME(" SUNLinSolInitialize Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolInitialize()
352 double start_time, stop_time; in Test_SUNLinSolSetup() local
354 start_time = get_time(); in Test_SUNLinSolSetup()
361 PRINT_TIME(" SUNLinSolSetup Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSetup()
366 PRINT_TIME(" SUNLinSolSetup Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSetup()
385 double start_time, stop_time; in Test_SUNLinSolSolve() local
395 start_time = get_time(); in Test_SUNLinSolSolve()
413 PRINT_TIME(" SUNLinSolSolve Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSolve()
419 PRINT_TIME(" SUNLinSolSolve Time: %22.15e \n \n", stop_time - start_time); in Test_SUNLinSolSolve()