PetscLogGetStageLog#
Deprecated.
Synopsis#
PETSC_DEPRECATED_FUNCTION(3, 20, 0, "PetscLogGetState()", "PetscStageLog is no longer used.") static inline PetscErrorCode PetscLogGetStageLog(PetscStageLog *s)
Note#
PETSc performance logging and profiling is now split up between the logging state (PetscLogState
) and the log handler (PetscLogHandler
).
The global logging state is obtained with PetscLogGetState()
; many log handlers may be used at once (PetscLogHandlerStart()
) and the default log handler is not directly accessible.
See Also#
Level#
deprecated
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages