PetscLogEventBegin#

Log the start of an instance of a PetscLogEvent

Synopsis#

Not Collective; No Fortran Support

Input Parameters#

  • e - the PetscLogEvent . o1 - first object involved in the event (may be NULL) . o2 - second object involved in the event (may be NULL) . o3 - third object involved in the event (may be NULL)

  • 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#

include/petsclog.h


Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages