PetscLogHandlerGetEventPerfInfo#
Get a direct reference to the PetscEventPerfInfo of a stage and event
Synopsis#
#include "petscsys.h" 
PetscErrorCode PetscLogHandlerGetEventPerfInfo(PetscLogHandler handler, PetscLogStage stage, PetscLogEvent event, PetscEventPerfInfo **event_info)
Not collective, No Fortran Support
Input Parameters#
- handler - a - PetscLogHandler
- stage - a - PetscLogStage(or- PETSC_DEFAULTfor the current stage)
- event - a - PetscLogEvent
Output Parameter#
- event_info - a pointer to a performance log for - eventduring- stage(or- NULLif this handler does not use- PetscEventPerfInfoto record performance data); writing to- event_infowill change the record in- handler
See Also#
Profiling, PetscLogEventGetPerfInfo(), PETSCLOGHANDLERDEFAULT
Level#
developer
Location#
Implementations#
PetscLogHandlerGetEventPerfInfo_Default() in src/sys/logging/handler/impls/default/logdefault.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages