Go to the source code of this file.
◆ dataLoad()
| void dataLoad |
( |
std::istream & |
stream, |
|
|
PerfGraph & |
perf_graph, |
|
|
void * |
context |
|
) |
| |
Definition at line 525 of file PerfGraph.C.
526{
527
528 std::vector<moose::internal::PerfGraphSectionInfo> recovered_section_info;
529 dataLoad(stream, recovered_section_info,
nullptr);
530 for (const auto & info : recovered_section_info)
531 {
532 if (
info._live_message.size())
535 else
537 }
538
539
540
542
543
544
546}
void dataLoad(std::istream &stream, PerfGraph &perf_graph, void *)
PerfGraphRegistry & _perf_graph_registry
The PerfGraphRegistry.
void update()
Updates the time section_time and time for all currently running nodes.
const std::unique_ptr< PerfNode > _root_node
The root node of the graph.
PerfID registerSection(const std::string §ion_name, const unsigned int level)
Call to register a named section for timing.
◆ dataStore()
| void dataStore |
( |
std::ostream & |
stream, |
|
|
PerfGraph & |
perf_graph, |
|
|
void * |
context |
|
) |
| |
Definition at line 511 of file PerfGraph.C.
512{
513
514
516
517
519
520
522}
void dataStore(std::ostream &stream, PerfGraph &perf_graph, void *)
std::deque< Item > _id_to_item
Vector of IDs to Items.