petsc-3.7.1 2016-05-15
PetscLogEventGetId
Returns the event id when given the event name.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscLogEventGetId(const char name[], PetscLogEvent *event)
Not Collective Many br
Input Parameter
name -The event name Many br
Output Parameter
event -The event, or -1 if no event with that name exists Many br
Many br
See Also
PetscLogEventBegin(), PetscLogEventEnd(), PetscLogStageGetId()
Level:intermediate
Location:src/sys/logging/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/sys/examples/tutorials/ex3.c.html