Home
last modified time | relevance | path

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

/petsc/src/sys/logging/
H A Dplog.c92 PETSC_TLS PetscLogDouble petsc_ctog_sz_th = 0.0; variable
2648 petsc_ctog_sz_th = 0.0; in PetscLogFinalize()
/petsc/include/
H A Dpetsclog.h248 PETSC_EXTERN_TLS PetscLogDouble petsc_ctog_sz_th; variable
770 …return PetscAddLogDoubleCnt(&petsc_ctog_ct, &petsc_ctog_sz, &petsc_ctog_ct_th, &petsc_ctog_sz_th, … in PetscLogCpuToGpu()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c51 eventInfo->CpuToGpuSize -= petsc_ctog_sz_th; in PetscEventPerfInfoTic_Internal()
102 eventInfo->CpuToGpuSize += petsc_ctog_sz_th; in PetscEventPerfInfoToc_Internal()