PetscLogGetState#

Get the PetscLogState for PETSc’s global logging, used by all default log handlers (PetscLogDefaultBegin(), PetscLogNestedBegin(), PetscLogTraceBegin(), PetscLogMPEBegin(), PetscLogPerfstubsBegin()).

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscLogGetState(PetscLogState *state)

Collective on PETSC_COMM_WORLD

Output Parameter#

See Also#

Profiling, PetscLogState

Level#

developer

Location#

src/sys/logging/plog.c


Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages