#include "petscsys.h" PetscErrorCode PetscLogBegin(void)Logically Collective over PETSC_COMM_WORLD
-log_summary | - Prints summary of flop and timing information to the screen (for code compiled with PETSC_USE_LOG) | |
-log | - Prints detailed log information (for code compiled with PETSC_USE_LOG) |
PetscInitialize(...); PetscLogBegin(); ... code ... PetscLogView(viewer); or PetscLogDump(); PetscFinalize();
Level:advanced
Location:src/sys/logging/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages