petsc-3.3-p7 2013-05-11

EventPerfLogActivateClass

Activates event logging for a PETSc object class.

Synopsis

#include "petscsys.h"   
PetscErrorCode EventPerfLogActivateClass(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

EventPerfLogDeactivateClass(), EventPerfLogActivate(), EventPerfLogDeactivate()

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