PetscGetFlops

Returns the number of flops used on this processor since the program began.

Synopsis

#include "petsc.h"   
int PetscGetFlops(PLogDouble *flops)
Not Collective

Output Parameter

flops - number of floating point operations

Notes

A global counter logs all PETSc flop counts. The user can use PLogFlops() to increment this counter to include flops for the application code.

PETSc automatically logs library events if the code has been compiled with -DPETSC_USE_LOG (which is the default), and -log, -log_summary, or -log_all are specified. PLogFlops() is intended for logging user flops to supplement this PETSc information.

Keywords

log, flops, floating point operations

See Also

PetscGetTime(), PLogFlops()

Level:intermediate
Location:src/sys/src/plog/plog.c
Logging Index
Table of Contents