PetscLogActions#
Determines whether actions are logged for the default log handler.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscLogActions(PetscBool flag)
Not Collective
Input Parameter#
flag -
PETSC_TRUE
if actions are to be logged
Options Database Key#
-log_exclude_actions - (deprecated) Does nothing
-log_include_actions - Turn on action logging
Note#
Logging of actions continues to consume more memory as the program runs. Long running programs should consider turning this feature off.
See Also#
Profiling, PetscLogStagePush()
, PetscLogStagePop()
, PetscLogGetDefaultHandler()
Level#
intermediate
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages