PetscLogStateCreate#

Create a logging state.

Synopsis#

#include "petsclog.h" 
PetscErrorCode PetscLogStateCreate(PetscLogState *state)

Not collective

Output Parameters#

Note#

Most users will not need to create a PetscLogState. The global state PetscLogState() is created in PetscInitialize().

See Also#

Profiling, PetscLogState, PetscLogStateDestroy()

Level#

developer

Location#

src/sys/logging/state/logstate.c


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