PetscLogStateCreate#
Create a logging state.
Synopsis#
#include "petsclog.h"
PetscErrorCode PetscLogStateCreate(PetscLogState *state)
Not collective
Output Parameters#
state - a
PetscLogState
Note#
Most users will not need to create a PetscLogState
. The global state PetscLogState()
is created in PetscInitialize()
.
See Also#
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