Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex68.c76 PetscCall(PetscLogEventsPause()); in main()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp100 PetscCall(PetscLogEventsPause()); in initialize_handle_()
127 PetscCall(PetscLogEventsPause()); in initialize_handle_()
/petsc/include/
H A Dpetsclog.h324 PETSC_EXTERN PetscErrorCode PetscLogEventsPause(void);
652 #define PetscLogEventsPause() PETSC_SUCCESS macro
/petsc/doc/changes/
H A D320.md60 - Add `PetscLogEventsPause()` and `PetscLogEventsResume()` to isolate a logging event from unrelate…
/petsc/src/sys/logging/
H A Dplog.c1761 PetscErrorCode PetscLogEventsPause(void) in PetscLogEventsPause() function