Home
last modified time | relevance | path

Searched refs:petsc_TotalFlops_th (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsclog.h214 PETSC_EXTERN_TLS PetscLogDouble petsc_TotalFlops_th; variable
440 return PetscAddLogDouble(&petsc_TotalFlops, &petsc_TotalFlops_th, PETSC_FLOPS_PER_OP * n); in PetscLogFlops()
758 PetscCall(PetscAddLogDouble(&petsc_TotalFlops, &petsc_TotalFlops_th, PETSC_FLOPS_PER_OP * n)); in PetscLogGpuFlops()
/petsc/src/sys/logging/
H A Dplog.c60 PETSC_TLS PetscLogDouble petsc_TotalFlops_th = 0.0; variable
2621 petsc_TotalFlops_th = 0.0; in PetscLogFinalize()
/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()