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