Go to the source code of this file.
Namespaces | |
| namespace | moose |
| namespace | moose::internal |
Functions | |
| 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, |
| moose::internal::PerfGraphSectionInfo & | info, | ||
| void * | context | ||
| ) |
Definition at line 69 of file PerfGraphRegistry.C.
Referenced by dataStore().