#include "petsc.h" int PLogPrintSummary(MPI_Comm comm,const char filename[])Collective over MPI_Comm
comm | - MPI communicator (only one processor prints output) | |
file | - an optional file name |
PetscInitialize(...); PLogBegin(); ... code ... PLogPrintSummary(MPI_Comm,filename); PetscFinalize(...);
Level:beginner
Location:src/sys/src/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages