PreLoadEnd
End a segment of code that may be preloaded (run twice) to get accurate timings
Synopsis
void PreLoadEnd(void);
Usage
PreLoadBegin(PETSC_TRUE,"first stage);
lines of code
PreLoadStage("second stage");
lines of code
PreLoadEnd();
See Also
PLogEventRegister(), PLogEventBegin(), PLogEventEnd(), PreLoadBegin(), PreLoadStage()
Level:intermediate
Location:src/sys/src/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
src/sles/examples/tutorials/ex10.c
src/snes/examples/tutorials/ex18.c
src/snes/examples/tutorials/ex19.c