PetscPreLoadStage#

Advance to a new named stage inside a PetscPreLoadBegin() / PetscPreLoadEnd() block

Synopsis#

#include <petsclog.h>
PetscPreLoadStage(const char name[])

Not Collective; No Fortran Support

Input Parameter#

Note#

Pops the previous stage, registers (or reuses) the new stage, and pushes it. Only valid between PetscPreLoadBegin() and PetscPreLoadEnd().

See Also#

PetscPreLoadBegin, PetscPreLoadEnd, PetscLogStagePush(), PetscLogStagePop()

Level#

intermediate

Location#

include/petsclog.h


Index of all Log routines
Table of Contents for all manual pages
Index of all manual pages