petsc-3.12.5 2020-03-29
PetscLogEventIncludeClass
Activates event logging for a PETSc object class in every stage.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscLogEventIncludeClass(PetscClassId classid)
Not Collective
Input Parameter
classid -The object class, for example MAT_CLASSID, SNES_CLASSID, etc.
See Also
PetscLogEventActivateClass(),PetscLogEventDeactivateClass(),PetscLogEventActivate(),PetscLogEventDeactivate()
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