Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c237 double starttime, endtime; in LandauFormJacobian_Internal() local
238 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() local
319 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() local
2693 starttime = MPI_Wtime(); in DMPlexLandauIFunction()
2713 ctx->times[LANDAU_OPERATOR] += (endtime - starttime); in DMPlexLandauIFunction()
2714 ctx->times[LANDAU_JACOBIAN] += (endtime - starttime); in DMPlexLandauIFunction()
[all …]
/petsc/
H A Dgmakefile.test421 # Don't start running tests until starttime has completed
422 $(alltesttargets:%=$(TESTDIR)/counts/%.counts) : starttime
425 starttime: pre-clean $(libpetscall) macos-firewall-register-mpiexec
428 report_tests: starttime $(TESTTARGETS)
/petsc/config/BuildSystem/config/
H A Dframework.py1429 starttime = time.time()
1441 self.logPrint('child total %f' % (time.time()-starttime))