petsc-3.8.4 2018-03-24
Report Typos and Errors

PetscEventPerfLogDeactivateClass

Deactivates event logging for a PETSc object class.

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscEventPerfLogDeactivateClass(PetscEventPerfLog eventLog,PetscEventRegLog eventRegLog,PetscClassId classid)
Not Collective

Input Parameters

eventLog - The PetscEventPerfLog
eventRegLog - The PetscEventRegLog
classid - The class id, for example MAT_CLASSID, SNES_CLASSID,

See Also

PetscEventPerfLogDeactivateClass(), PetscEventPerfLogDeactivate(), PetscEventPerfLogActivate()

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