PetscLogStageRegister#
Attaches a character string name to a logging stage.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscLogStageRegister(const char sname[], PetscLogStage *stage)
Not Collective
Input Parameter#
sname - The name to associate with that stage
Output Parameter#
stage - The stage number
See Also#
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/bench_kspsolve.c
src/ksp/ksp/tutorials/ex18.c
src/ksp/ksp/tutorials/ex1f.F90
src/ksp/ksp/tutorials/ex29.c
src/ksp/ksp/tutorials/ex46.c
src/ksp/ksp/tutorials/ex5.c
src/ksp/ksp/tutorials/ex52.c
src/ksp/ksp/tutorials/ex54.c
src/ksp/ksp/tutorials/ex55.c
src/ksp/ksp/tutorials/ex56.c
src/ksp/ksp/tutorials/ex5f.F90
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages