Searched refs:PetscLogStageGetPerfInfo (Results 1 – 5 of 5) sorted by relevance
22 PetscCall(PetscLogStageGetPerfInfo(stage_id, &stage_info)); in main()
98 PetscCall(PetscLogStageGetPerfInfo(unrelated_stage_1, &stage_info)); in main()
305 PETSC_EXTERN PetscErrorCode PetscLogStageGetPerfInfo(PetscLogStage, PetscEventPerfInfo *);633 …#define PetscLogStageGetPerfInfo(a, b) ((void)(a), *(b) = (const PetscEventPerfInfo){0}, PETSC_SUC… macro
87 - Add `PetscLogStageGetPerfInfo()`
1556 PetscErrorCode PetscLogStageGetPerfInfo(PetscLogStage stage, PetscEventPerfInfo *info) in PetscLogStageGetPerfInfo() function