Go to the source code of this file.
Classes | |
class | VariadicTable< Ts > |
A class for "pretty printing" a table of data. More... | |
class | PerfGraph |
The PerfGraph will hold the master list of all registered performance segments and the head PerfNode. More... | |
struct | PerfGraph::CumulativeSectionInfo |
Use to hold the cumulative time and memory for each section, which comes from all of the PerfNodes that contribute to said section. More... | |
class | PerfGraph::SectionIncrement |
Use to hold an increment of time and memory for a section This is used in the LivePrint capability. More... | |
Functions | |
void | dataStore (std::ostream &stream, PerfGraph &perf_graph, void *context) |
void | dataLoad (std::istream &stream, PerfGraph &perf_graph, void *context) |
Definition at line 504 of file PerfGraph.C.
Definition at line 490 of file PerfGraph.C.