petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscLogEventActivateClass

Activates event logging for a PETSc object class.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscLogEventActivateClass(PetscClassId classid)
Not Collective

Input Parameter

classid -The event class, for example MAT_CLASSID, SNES_CLASSID, etc.

Keywords

log, event, activate, class

See Also

PetscInfoActivate(),PetscInfo(),PetscInfoAllow(),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