PetscLogEventDeactivateClass

Deactivates event logging for a PETSc object class.

Synopsis

#include "petsc.h"   
int PetscLogEventDeactivateClass(int cookie)
Not Collective

Input Parameter

cookie -The event class, for example MAT_COOKIE, SNES_COOKIE, etc.

Keywords

log, event, deactivate, class

See Also

PetscLogInfoActivate(),PetscLogInfo(),PetscLogInfoAllow(),PetscLogEventActivateClass(), PetscLogEventActivate(),PetscLogEventDeactivate()

Level:developer
Location:
src/sys/src/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages