#include "petscsys.h" PetscErrorCode PetscLogDump(const char sname[])Collective on PETSC_COMM_WORLD Many br
PetscInitialize(...);
PetscLogDefaultBegin(); or PetscLogAllBegin();
... code ...
PetscLogDump(filename);
PetscFinalize();
Many br
Log.<rank>where <rank> is the processor number. If no name is specified, Many brthis file will be used. Many br
Many br
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