PetscLogDump#

Dumps logs of objects to a file. This file is intended to be read by bin/petscview. This program no longer exists.

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscLogDump(const char sname[])

Collective on PETSC_COMM_WORLD

Input Parameter#

  • name - an optional file name

Usage#

Note#

The default file name is

Log.<rank>

where is the processor number. If no name is specified, this file will be used.

See Also#

Profiling, PetscLogDefaultBegin(), PetscLogAllBegin(), PetscLogView()

Level#

advanced

Location#

src/sys/logging/plog.c


Edit on GitLab

Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages