Home
last modified time | relevance | path

Searched refs:flopsTmp (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclogtypes.h26 PetscLogDouble flopsTmp; /* The accumulator for flops used in this event */ member
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c40 eventInfo->flopsTmp -= petsc_TotalFlops_th; in PetscEventPerfInfoTic_Internal()
43 eventInfo->flopsTmp = -petsc_TotalFlops_th; in PetscEventPerfInfoTic_Internal()
89 eventInfo->flopsTmp += petsc_TotalFlops_th; in PetscEventPerfInfoToc_Internal()
93 eventInfo->flops += eventInfo->flopsTmp; in PetscEventPerfInfoToc_Internal()
94 eventInfo->flops2 += eventInfo->flopsTmp * eventInfo->flopsTmp; in PetscEventPerfInfoToc_Internal()