Go to the source code of this file.
Functions | |
| registerMooseObject ("MooseApp", PerfGraphReporter) | |
| void | to_json (nlohmann::json &json, const PerfGraphReporter::PerfGraphJSON &perf_graph_json) |
| void | dataStore (std::ostream &, PerfGraphReporter::PerfGraphJSON &, void *) |
| Store and load methods for const PerfGraph *, used in the PerfGraphReporter, which do nothing. More... | |
| void | dataLoad (std::istream &, PerfGraphReporter::PerfGraphJSON &, void *) |
| void dataLoad | ( | std::istream & | , |
| PerfGraphReporter::PerfGraphJSON & | , | ||
| void * | |||
| ) |
Definition at line 102 of file PerfGraphReporter.C.
| void dataStore | ( | std::ostream & | , |
| PerfGraphReporter::PerfGraphJSON & | , | ||
| void * | |||
| ) |
Store and load methods for const PerfGraph *, used in the PerfGraphReporter, which do nothing.
They do nothing because the recover capability is retained in the PerfGraph itself, which will recover and append a previously ran graph to the current PerfGraph.
Definition at line 97 of file PerfGraphReporter.C.
| registerMooseObject | ( | "MooseApp" | , |
| PerfGraphReporter | |||
| ) |
| void to_json | ( | nlohmann::json & | json, |
| const PerfGraphReporter::PerfGraphJSON & | perf_graph_json | ||
| ) |
Definition at line 91 of file PerfGraphReporter.C.
1.8.14