Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c310 …etscLogNestedTreePrint(PetscViewer viewer, double total_time, double threshold_time, const PetscNe… in PetscLogNestedTreePrint() argument
338 if (child_time < threshold_time) { in PetscLogNestedTreePrint()
375 if (child_time >= threshold_time || (node < 0 && child_time > 0.0)) { in PetscLogNestedTreePrint()
386 …PetscCall(PetscLogNestedTreePrint(viewer, total_time, threshold_time, &tree[node], &perf[node], &t… in PetscLogNestedTreePrint()
390 …PetscCall(PetscLogNestedTreePrint(viewer, total_time, threshold_time, &tree[node], &perf[node], &t… in PetscLogNestedTreePrint()
406 PetscLogDouble threshold_time; in PetscLogNestedTreePrintTop() local
421 threshold_time = time * (threshold / 100.0 + 1.e-12); in PetscLogNestedTreePrintTop()
422 …PetscCall(PetscLogNestedTreePrint(viewer, time, threshold_time, main_stage, main_stage_perf, tree_… in PetscLogNestedTreePrintTop()