Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c327 PetscLogDouble child_time = perf[node].time; in PetscLogNestedTreePrint() local
330 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &child_time, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, PetscObjec… in PetscLogNestedTreePrint()
331 times[i] = -child_time; in PetscLogNestedTreePrint()
338 if (child_time < threshold_time) { in PetscLogNestedTreePrint()
373 PetscLogDouble child_time = -times[i]; in PetscLogNestedTreePrint() local
375 if (child_time >= threshold_time || (node < 0 && child_time > 0.0)) { in PetscLogNestedTreePrint()