#include "petscsys.h" PetscErrorCode PetscEventPerfLogSetVisible(PetscEventPerfLog eventLog,PetscLogEvent event,PetscBool isVisible)Not Collective
eventLog | - The PetscEventPerfLog | |
event | - The event to log | |
isVisible | - The visibility flag, PETSC_TRUE for printing, otherwise PETSC_FALSE (default is PETSC_TRUE) |
-log_view | - Activates log summary |