PetscLogDestroy

Destroys the object and event logging data and resets the global counters.

Synopsis

#include "petsc.h"   
int PetscLogDestroy(void)
Not Collective

Notes

This routine should not usually be used by programmers. Instead employ PetscLogStagePush() and PetscLogStagePop().

See Also

PetscLogDump(), PetscLogAllBegin(), PetscLogPrintSummary(), PetscLogStagePush(), PetscLogStagePop()

Level:developer
Location:
src/sys/src/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages