PetscLogFlops#
Log how many flops are performed in a calculation
Synopsis#
static inline PetscErrorCode PetscLogFlops(PetscLogDouble n)
Input Parameter#
flops - the number of flops
Note#
To limit the chance of integer overflow when multiplying by a constant, represent the constant as a double,
not an integer. Use PetscLogFlops
(4.0n) not PetscLogFlops
(4n)
See Also#
Level#
intermediate
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages