Home
last modified time | relevance | path

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

/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c13 static PetscErrorCode PetscViewerXMLStartSection(PetscViewer viewer, const char *name, const char *… in PetscViewerXMLStartSection() function
41 PetscCall(PetscViewerXMLStartSection(viewer, "root", NULL)); in PetscViewerInitASCII_XML()
130 PetscCall(PetscViewerXMLStartSection(viewer, "runspecification", "Run Specification")); in PetscPrintExeSpecs()
179 PetscCall(PetscViewerXMLStartSection(viewer, name, desc)); in PetscPrintXMLGlobalPerformanceElement()
203 PetscCall(PetscViewerXMLStartSection(viewer, "globalperformance", "Global performance")); in PetscPrintGlobalPerformance()
266 PetscCall(PetscViewerXMLStartSection(viewer, name, NULL)); in PetscPrintXMLNestedLinePerfResults()
370 …if (type == PETSC_LOG_NESTED_XML && print_events) PetscCall(PetscViewerXMLStartSection(viewer, "ev… in PetscLogNestedTreePrint()
377 PetscCall(PetscViewerXMLStartSection(viewer, "event", NULL)); in PetscLogNestedTreePrint()
417 PetscCall(PetscViewerXMLStartSection(viewer, "timertree", "Timings tree")); in PetscLogNestedTreePrintTop()
432 PetscCall(PetscViewerXMLStartSection(viewer, "petscroot", NULL)); in PetscLogHandlerView_Nested_XML()