PetscTrLogDump
Dumps the log of all calls to malloc; also calls PetscGetResidentSetSize().
Synopsis
int PetscTrLogDump(FILE *fp)
Collective on PETSC_COMM_WORLD
Input Parameter
fp -file pointer; or PETSC_NULL
Options Database Key
-trmalloc_log -Activates PetscTrLog() and PetscTrLogDump()
Fortran Note
The calling sequence in Fortran is PetscTrLogDump(integer ierr)
The fp defaults to stdout.
See Also
PetscTrLog(), PetscTrDump()
Level:advanced
Location:src/sys/src/memory/mtr.c
System Index
Table of Contents