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