petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscGetFlops

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

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscGetFlops(PetscLogDouble *flops)
Not Collective Many br

Output Parameter

flops - number of floating point operations Many br

Notes

A global counter logs all PETSc flop counts. The user can use Many brPetscLogFlops() to increment this counter to include flops for the Many brapplication code. Many br

Many br

Keywords

log, flops, floating point operations

See Also

PetscTime(), PetscLogFlops()

Level:intermediate
Location:
src/sys/logging/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages