Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h216 PETSC_EXTERN_TLS PetscLogDouble petsc_isend_ct_th; variable
498 …(PetscAddLogDouble(&petsc_isend_ct, &petsc_isend_ct_th, 1) || PetscMPITypeSize((count), (datatype)…
501 …(PetscAddLogDouble(&petsc_isend_ct, &petsc_isend_ct_th, 1) || PetscMPITypeSize((count), (datatype)…
507 …(PetscAddLogDouble(&petsc_isend_ct, &petsc_isend_ct_th, number) || PetscMPITypeSize((count), (data…
509 …end(count, datatype, requests) (PetscAddLogDouble(&petsc_isend_ct, &petsc_isend_ct_th, 1) || Petsc…
592 …(PetscAddLogDouble(&petsc_isend_ct, &petsc_isend_ct_th, 1) || PetscMPITypeSize((count), (datatype)…
/petsc/src/sys/logging/
H A Dplog.c65 PETSC_TLS PetscLogDouble petsc_isend_ct_th = 0.0; variable
2626 petsc_isend_ct_th = 0.0; in PetscLogFinalize()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c45 …eventInfo->numMessages -= petsc_irecv_ct_th + petsc_isend_ct_th + petsc_recv_ct_th + petsc_send_ct… in PetscEventPerfInfoTic_Internal()
96 …eventInfo->numMessages += petsc_irecv_ct_th + petsc_isend_ct_th + petsc_recv_ct_th + petsc_send_ct… in PetscEventPerfInfoToc_Internal()