petsc-3.3-p7 2013-05-11

EventRegLogGetEvent

This function returns the event id given the event name.

Synopsis

#include "petscsys.h"   
PetscErrorCode  EventRegLogGetEvent(PetscEventRegLog eventLog, const char name[], PetscLogEvent *event)
Not Collective

Input Parameters

eventLog - The PetscEventRegLog
name - The stage name

Output Parameter

event -The event id

Keywords

log, stage

See Also

EventRegLogRegister()

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