PetscLogHandlerEventBegin#

Record the beginning of an event in a log handler

Synopsis#

Not collective

Input Parameters#

Note#

Most users will use PetscLogEventBegin(), which will call this function for all handlers registered with PetscLogHandlerStart()

See Also#

Profiling, PetscLogHandler, PetscLogEventBegin(), PetscLogEventEnd(), PetscLogEventSync(), PetscLogHandlerEventEnd(), PetscLogHandlerEventSync()

Level#

developer

Location#

src/sys/logging/handler/interface/loghandler.c

Implementations#

PetscLogHandlerEventBegin_Default() in src/sys/logging/handler/impls/default/logdefault.c
PetscLogHandlerEventBegin_Legacy() in src/sys/logging/handler/impls/legacy/loglegacy.c
PetscLogHandlerEventBegin_MPE() in src/sys/logging/handler/impls/mpe/logmpe.c
PetscLogHandlerEventBegin_Nested() in src/sys/logging/handler/impls/nested/lognested.c
PetscLogHandlerEventBegin_NVTX() in src/sys/logging/handler/impls/nvtx/lognvtx.c
PetscLogHandlerEventBegin_Perfstubs() in src/sys/logging/handler/impls/perfstubs/logperfstubs.c
PetscLogHandlerEventBegin_Trace() in src/sys/logging/handler/impls/trace/logtrace.c


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