Home
last modified time | relevance | path

Searched refs:petsc_wait_all_ct (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclog.h210 PETSC_EXTERN PetscLogDouble petsc_wait_all_ct; variable
528 …(PetscAddLogDouble(&petsc_wait_all_ct, &petsc_wait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_o…
603 …(PetscAddLogDouble(&petsc_wait_all_ct, &petsc_wait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_o…
/petsc/src/sys/logging/
H A Dplog.c53 PetscLogDouble petsc_wait_all_ct = 0.0; /* The number of waitalls */ variable
2616 petsc_wait_all_ct = 0.0; in PetscLogFinalize()