Searched refs:starttime (Results 1 – 3 of 3) sorted by relevance
237 double starttime, endtime; in LandauFormJacobian_Internal() local238 starttime = MPI_Wtime(); in LandauFormJacobian_Internal()309 if (ctx->stage) ctx->times[LANDAU_F_DF] += (endtime - starttime); in LandauFormJacobian_Internal()318 double starttime, endtime; in LandauFormJacobian_Internal() local319 starttime = MPI_Wtime(); in LandauFormJacobian_Internal()472 if (ctx->stage) ctx->times[LANDAU_KERNEL] += (endtime - starttime); in LandauFormJacobian_Internal()2681 double starttime, endtime; in DMPlexLandauIFunction() local2693 starttime = MPI_Wtime(); in DMPlexLandauIFunction()2713 ctx->times[LANDAU_OPERATOR] += (endtime - starttime); in DMPlexLandauIFunction()2714 ctx->times[LANDAU_JACOBIAN] += (endtime - starttime); in DMPlexLandauIFunction()[all …]
421 # Don't start running tests until starttime has completed422 $(alltesttargets:%=$(TESTDIR)/counts/%.counts) : starttime425 starttime: pre-clean $(libpetscall) macos-firewall-register-mpiexec428 report_tests: starttime $(TESTTARGETS)
1429 starttime = time.time()1441 self.logPrint('child total %f' % (time.time()-starttime))