Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c98 PETSC_TLS PetscLogDouble petsc_gflops_th = 0.0; variable
2650 petsc_gflops_th = 0.0; in PetscLogFinalize()
/petsc/include/
H A Dpetsclog.h254 PETSC_EXTERN_TLS PetscLogDouble petsc_gflops_th; variable
759 PetscCall(PetscAddLogDouble(&petsc_gflops, &petsc_gflops_th, PETSC_FLOPS_PER_OP * n)); in PetscLogGpuFlops()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c53 eventInfo->GpuFlops -= petsc_gflops_th; in PetscEventPerfInfoTic_Internal()
104 eventInfo->GpuFlops += petsc_gflops_th; in PetscEventPerfInfoToc_Internal()