PetscLogEventEnd#

Log the end 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#

Must be paired with a prior PetscLogEventBegin() for the same event.

See Also#

PetscLogEvent, PetscLogEventRegister(), PetscLogEventBegin(), PetscLogEventSync()

Level#

intermediate

Location#

include/petsclog.h


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