Searched refs:add_to (Results 1 – 1 of 1) sorted by relevance
339 PetscEventPerfInfo *add_to = (type == PETSC_LOG_NESTED_XML) ? &other : parent_info; in PetscLogNestedTreePrint() local341 add_to->time += perf[node].time; in PetscLogNestedTreePrint()342 add_to->flops += perf[node].flops; in PetscLogNestedTreePrint()343 add_to->numMessages += perf[node].numMessages; in PetscLogNestedTreePrint()344 add_to->messageLength += perf[node].messageLength; in PetscLogNestedTreePrint()345 add_to->numReductions += perf[node].numReductions; in PetscLogNestedTreePrint()346 add_to->count += perf[node].count; in PetscLogNestedTreePrint()