Home
last modified time | relevance | path

Searched refs:PetscLogPerfstubsBegin (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetsclog.h275 PETSC_EXTERN PetscErrorCode PetscLogPerfstubsBegin(void);
666 #define PetscLogPerfstubsBegin() PETSC_SUCCESS macro
/petsc/doc/changes/
H A D320.md55 - Add `PetscLogPerfstubsBegin()` for log handling with PerfStubs/TAU
/petsc/src/sys/objects/
H A Dinit.c529 if (start_log_perfstubs) PetscCall(PetscLogPerfstubsBegin()); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/logging/
H A Dplog.c660 PetscErrorCode PetscLogPerfstubsBegin(void) in PetscLogPerfstubsBegin() function