petsc-3.7.5 2017-01-01
Report Typos and Errors

PetscLogStageSetActive

Determines stage activity for PetscLogEventBegin() and PetscLogEventEnd().

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscLogStageSetActive(PetscLogStage stage, PetscBool isActive)
Not Collective

Input Parameters

stage - The stage
isActive - The activity flag, PETSC_TRUE for logging, else PETSC_FALSE (defaults to PETSC_TRUE)

See Also

PetscLogStagePush(), PetscLogStagePop(), PetscLogEventBegin(), PetscLogEventEnd(), PetscPreLoadBegin(), PetscPreLoadEnd(), PetscPreLoadStage()

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