PLogStagePrint

Tells PLogPrintSummary() whether to print this stage or not

Synopsis

#include "petsc.h"   
int PLogStagePrint(int stage,PetscTruth flg)
Collective on PETSC_COMM_WORLD

Input Parameters

stage - the stage from 0 to 9 inclusive (use PETSC_DETERMINE for current stage)
flg - PETSC_TRUE to print, else PETSC_FALSE (defaults to PETSC_TRUE)

See Also

PLogStagePush(), PLogStagePop(), PreLoadBegin(), PreLoadEnd(), PreLoadStage()

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