petsc-3.3-p7 2013-05-11
PetscPreLoadEnd
End a segment of code that may be preloaded (run twice) to get accurate timings
Synopsis
void PetscPreLoadEnd(void);
Not Collective
Usage
PetscPreLoadBegin(PETSC_TRUE,"first stage);
lines of code
PetscPreLoadStage("second stage");
lines of code
PetscPreLoadEnd();
Notes: only works in C/C++ not fortran
See Also
PetscLogEventRegister(), PetscLogEventBegin(), PetscLogEventEnd(), PetscPreLoadBegin(), PetscPreLoadStage()
Level:intermediate
Location:src/sys/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/mat/examples/tutorials/ex1.c.html
src/ksp/ksp/examples/tutorials/ex10.c.html
src/ksp/ksp/examples/tutorials/ex27.c.html