PetscLogStagePrint

Tells PetscLogPrintSummary() whether to print this stage or not

Synopsis

#include "petsc.h"   
int PetscLogStagePrint(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

PetscLogStagePush(), PetscLogStagePop(), 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