Searched refs:petsc_send_ct_th (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 218 PETSC_EXTERN_TLS PetscLogDouble petsc_send_ct_th; variable 518 …(PetscAddLogDouble(&petsc_send_ct, &petsc_send_ct_th, 1) || PetscMPITypeSize((count), (datatype), … 521 …(PetscAddLogDouble(&petsc_send_ct, &petsc_send_ct_th, 1) || PetscMPITypeSize((count), (datatype), … 586 …(PetscAddLogDouble(&petsc_send_ct, &petsc_send_ct_th, 1) || PetscMPITypeSize((count), (datatype), …
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 61 PETSC_TLS PetscLogDouble petsc_send_ct_th = 0.0; variable 2622 petsc_send_ct_th = 0.0; in PetscLogFinalize()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 45 …ntInfo->numMessages -= petsc_irecv_ct_th + petsc_isend_ct_th + petsc_recv_ct_th + petsc_send_ct_th; in PetscEventPerfInfoTic_Internal() 96 …ntInfo->numMessages += petsc_irecv_ct_th + petsc_isend_ct_th + petsc_recv_ct_th + petsc_send_ct_th; in PetscEventPerfInfoToc_Internal()
|