Searched refs:curTime (Results 1 – 1 of 1) sorted by relevance
587 PetscLogDouble curTime; in PetscLogHandlerEventBegin_Default() local590 PetscCall(PetscTime(&curTime)); in PetscLogHandlerEventBegin_Default()591 new_action.time = curTime - petsc_BaseTime; in PetscLogHandlerEventBegin_Default()633 PetscLogDouble curTime; in PetscLogHandlerEventEnd_Default() local637 PetscCall(PetscTime(&curTime)); in PetscLogHandlerEventEnd_Default()638 new_action.time = curTime - petsc_BaseTime; in PetscLogHandlerEventEnd_Default()