Searched refs:flopsTmp (Results 1 – 2 of 2) sorted by relevance
26 PetscLogDouble flopsTmp; /* The accumulator for flops used in this event */ member
40 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()