Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex71.c22 PetscCall(PetscLogStageGetPerfInfo(stage_id, &stage_info)); in main()
H A Dex68.c98 PetscCall(PetscLogStageGetPerfInfo(unrelated_stage_1, &stage_info)); in main()
/petsc/include/
H A Dpetsclog.h305 PETSC_EXTERN PetscErrorCode PetscLogStageGetPerfInfo(PetscLogStage, PetscEventPerfInfo *);
633 …#define PetscLogStageGetPerfInfo(a, b) ((void)(a), *(b) = (const PetscEventPerfInfo){0}, PETSC_SUC… macro
/petsc/doc/changes/
H A D320.md87 - Add `PetscLogStageGetPerfInfo()`
/petsc/src/sys/logging/
H A Dplog.c1556 PetscErrorCode PetscLogStageGetPerfInfo(PetscLogStage stage, PetscEventPerfInfo *info) in PetscLogStageGetPerfInfo() function