Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c587 PetscLogDouble curTime; in PetscLogHandlerEventBegin_Default() local
590 PetscCall(PetscTime(&curTime)); in PetscLogHandlerEventBegin_Default()
591 new_action.time = curTime - petsc_BaseTime; in PetscLogHandlerEventBegin_Default()
633 PetscLogDouble curTime; in PetscLogHandlerEventEnd_Default() local
637 PetscCall(PetscTime(&curTime)); in PetscLogHandlerEventEnd_Default()
638 new_action.time = curTime - petsc_BaseTime; in PetscLogHandlerEventEnd_Default()