Searched refs:new_stage (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tutorials/ |
| H A D | ex7.c | 138 static PetscErrorCode PetscLogHandlerStagePush_Ex7(PetscLogHandler h, PetscLogStage new_stage) in PetscLogHandlerStagePush_Ex7() argument 146 PetscCall(PetscLogStateStageGetInfo(state, new_stage, &new_info)); in PetscLogHandlerStagePush_Ex7() 160 PetscLogStage new_stage; in PetscLogHandlerStagePop_Ex7() local 167 PetscCall(PetscLogStateGetCurrentStage(state, &new_stage)); in PetscLogHandlerStagePop_Ex7() 168 if (new_stage >= 0) { in PetscLogHandlerStagePop_Ex7() 171 PetscCall(PetscLogStateStageGetInfo(state, new_stage, &new_info)); in PetscLogHandlerStagePop_Ex7()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 766 static PetscErrorCode PetscLogHandlerStagePush_Default(PetscLogHandler h, PetscLogStage new_stage) in PetscLogHandlerStagePush_Default() argument 778 PetscCall(PetscLogHandlerDefaultGetStageInfo(h, new_stage, &new_stage_info)); in PetscLogHandlerStagePush_Default() 793 …BTLookup(state->active, new_stage)) PetscCall(PetscEventPerfInfoTic(&new_stage_info->perfInfo, tim… in PetscLogHandlerStagePush_Default()
|