Go to the source code of this file.
Classes | |
| class | moose::internal::PerfGraphSectionInfo |
| Used to hold metadata about the registered sections Note: this is a class instead of a struct because structs are not able to be created in place using emplace_back in C++11. More... | |
| class | moose::internal::PerfGraphRegistry |
| The place where all timed sections will be stored. More... | |
Namespaces | |
| namespace | moose |
| namespace | moose::internal |
Functions | |
| void | dataStore (std::ostream &, PerfGraph &, void *) |
| PerfGraphRegistry & | moose::internal::getPerfGraphRegistry () |
| Get the global PerfGraphRegistry singleton. | |
| void | dataStore (std::ostream &stream, moose::internal::PerfGraphSectionInfo &info, void *context) |
| void | dataLoad (std::istream &stream, moose::internal::PerfGraphSectionInfo &info, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| moose::internal::PerfGraphSectionInfo & | info, | ||
| void * | context | ||
| ) |
Definition at line 79 of file PerfGraphRegistry.C.
Referenced by dataLoad().
| void dataStore | ( | std::ostream & | stream, |
| PerfGraph & | perf_graph, | ||
| void * | context | ||
| ) |
Definition at line 511 of file PerfGraph.C.
| void dataStore | ( | std::ostream & | stream, |
| moose::internal::PerfGraphSectionInfo & | info, | ||
| void * | context | ||
| ) |
Definition at line 69 of file PerfGraphRegistry.C.
Referenced by dataStore().