Home
last modified time | relevance | path

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

/petsc/src/sys/tutorials/
H A Dex7.c140 PetscLogStage old_stage; in PetscLogHandlerStagePush_Ex7() local
147 PetscCall(PetscLogStateGetCurrentStage(state, &old_stage)); in PetscLogHandlerStagePush_Ex7()
148 if (old_stage >= 0) { in PetscLogHandlerStagePush_Ex7()
150 PetscCall(PetscLogStateStageGetInfo(state, old_stage, &old_info)); in PetscLogHandlerStagePush_Ex7()
158 static PetscErrorCode PetscLogHandlerStagePop_Ex7(PetscLogHandler h, PetscLogStage old_stage) in PetscLogHandlerStagePop_Ex7() argument
166 PetscCall(PetscLogStateStageGetInfo(state, old_stage, &old_info)); in PetscLogHandlerStagePop_Ex7()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c797 static PetscErrorCode PetscLogHandlerStagePop_Default(PetscLogHandler h, PetscLogStage old_stage) in PetscLogHandlerStagePop_Default() argument
809 PetscCall(PetscLogHandlerDefaultGetStageInfo(h, old_stage, &old_stage_info)); in PetscLogHandlerStagePop_Default()
812 …BTLookup(state->active, old_stage)) PetscCall(PetscEventPerfInfoToc(&old_stage_info->perfInfo, tim… in PetscLogHandlerStagePop_Default()