Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c310 …old_time, const PetscNestedEventNode *parent_node, PetscEventPerfInfo *parent_info, const PetscNes… in PetscLogNestedTreePrint() argument
333 parent_info->time -= perf[node].time; in PetscLogNestedTreePrint()
334 parent_info->flops -= perf[node].flops; in PetscLogNestedTreePrint()
335 parent_info->numMessages -= perf[node].numMessages; in PetscLogNestedTreePrint()
336 parent_info->messageLength -= perf[node].messageLength; in PetscLogNestedTreePrint()
337 parent_info->numReductions -= perf[node].numReductions; in PetscLogNestedTreePrint()
339 PetscEventPerfInfo *add_to = (type == PETSC_LOG_NESTED_XML) ? &other : parent_info; in PetscLogNestedTreePrint()
351 times[num_children] = -parent_info->time; in PetscLogNestedTreePrint()
379 PetscCall(PetscLogNestedTreePrintLine(viewer, parent_info, 0, 0, "self", total_time)); in PetscLogNestedTreePrint()
381 …PetscCall(PetscLogNestedTreePrintLine(viewer, &other, other.count, parent_info->count, "other", to… in PetscLogNestedTreePrint()
[all …]