PetscLogEventBegin#
Log the start of an instance of a PetscLogEvent
Synopsis#
#include <petsclog.h>
PetscErrorCode PetscLogEventBegin(PetscLogEvent e, PetscObject o1, PetscObject o2, PetscObject o3, PetscObject o4)
Not Collective; No Fortran Support
Input Parameters#
e - the
PetscLogEvent. o1 - first object involved in the event (may beNULL) . o2 - second object involved in the event (may beNULL) . o3 - third object involved in the event (may beNULL)
o4 - fourth object involved in the event (may be
NULL)
Note#
Forwards the call to every active PetscLogHandler that implements an eventBegin method. Use
PetscLogEventEnd() to log the end of the same event.
See Also#
PetscLogEvent, PetscLogEventRegister(), PetscLogEventEnd(), PetscLogEventSync()
Level#
intermediate
Location#
Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages