This is the complete list of members for PerfGraph, including all inherited members.
_active | PerfGraph | protected |
_console | ConsoleStreamInterface | protected |
_cumulative_section_info | PerfGraph | protected |
_cumulative_section_info_ptrs | PerfGraph | protected |
_current_position | PerfGraph | protected |
_destructing | PerfGraph | protected |
_destructing_mutex | PerfGraph | protected |
_disable_live_print | PerfGraph | protected |
_done | PerfGraph | protected |
_execution_list | PerfGraph | protected |
_execution_list_begin | PerfGraph | protected |
_execution_list_end | PerfGraph | protected |
_finished_section | PerfGraph | protected |
_live_print | PerfGraph | protected |
_live_print_all | PerfGraph | protected |
_live_print_mem_limit | PerfGraph | protected |
_live_print_time_limit | PerfGraph | protected |
_moose_app | PerfGraph | protected |
_perf_graph_registry | PerfGraph | protected |
_pid | PerfGraph | protected |
_print_thread | PerfGraph | protected |
_root_name | PerfGraph | protected |
_root_node | PerfGraph | protected |
_root_node_id | PerfGraph | protected |
_stack | PerfGraph | protected |
active() const | PerfGraph | inline |
addToExecutionList(const PerfID id, const IncrementState state, const std::chrono::time_point< std::chrono::steady_clock > time, const long int memory) | PerfGraph | inlineprotected |
CALLS enum value | PerfGraph | |
CHILDREN enum value | PerfGraph | |
CHILDREN_AVG enum value | PerfGraph | |
CHILDREN_MEMORY enum value | PerfGraph | |
CHILDREN_PERCENT enum value | PerfGraph | |
ConsoleStreamInterface(MooseApp &app) | ConsoleStreamInterface | protected |
dataLoad(std::istream &, PerfGraph &, void *) | PerfGraph | friend |
dataStore(std::ostream &, PerfGraph &, void *) | PerfGraph | friend |
DataType enum name | PerfGraph | |
dataTypeEnum() | PerfGraph | inlinestatic |
disableLivePrint() | PerfGraph | |
enableLivePrint() | PerfGraph | |
FINISHED enum value | PerfGraph | protected |
FullTable typedef | PerfGraph | protected |
HeaviestTable typedef | PerfGraph | protected |
IncrementState enum name | PerfGraph | protected |
mooseApp() | PerfGraph | inline |
PerfGraph(const std::string &root_name, MooseApp &app, const bool live_all, const bool perf_graph_live) | PerfGraph | |
PerfGraphLivePrint class | PerfGraph | friend |
PerfGraphRegistry typedef | PerfGraph | |
PerfGuard class | PerfGraph | friend |
pop() | PerfGraph | protected |
print(const ConsoleStream &console, unsigned int level) | PerfGraph | |
PRINTED enum value | PerfGraph | protected |
printHeaviestBranch(const ConsoleStream &console) | PerfGraph | |
printHeaviestSections(const ConsoleStream &console, const unsigned int num_sections) | PerfGraph | |
push(const PerfID id) | PerfGraph | protected |
recursivelyUpdate(const PerfNode ¤t_node) | PerfGraph | protected |
rootNode() const | PerfGraph | inline |
sectionData(const DataType type, const std::string §ion_name, const bool must_exist=true) | PerfGraph | |
SELF enum value | PerfGraph | |
SELF_AVG enum value | PerfGraph | |
SELF_MEMORY enum value | PerfGraph | |
SELF_PERCENT enum value | PerfGraph | |
setActive(bool active) | PerfGraph | inline |
setLiveMemoryLimit(unsigned int mem_limit) | PerfGraph | inline |
setLivePrintAll(bool active) | PerfGraph | inline |
setLiveTimeLimit(Real time_limit) | PerfGraph | inline |
STARTED enum value | PerfGraph | protected |
TOTAL enum value | PerfGraph | |
TOTAL_AVG enum value | PerfGraph | |
TOTAL_MEMORY enum value | PerfGraph | |
TOTAL_PERCENT enum value | PerfGraph | |
treeRecurse(const Functor &act, const unsigned int level=MOOSE_MAX_STACK_SIZE, const bool heaviest=false) const | PerfGraph | |
treeRecurseInternal(const PerfNode &node, const Functor &act, const unsigned int level, const bool heaviest, unsigned int current_depth) const | PerfGraph | private |
treeTable(const unsigned int level, const bool heaviest=false) | PerfGraph | private |
update() | PerfGraph | |
~PerfGraph() | PerfGraph |