PetscLogObjectState#
Record information about an object with the default log handler
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscLogObjectState(PetscObject obj, const char format[], ...)
Not Collective
Input Parameters#
obj - the
PetscObject
format - a printf-style format string
… - printf arguments to format
See Also#
Profiling, PetscLogObjectCreate()
, PetscLogObjectDestroy()
, PetscLogGetDefaultHandler()
Level#
developer
Location#
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages