
Public Types | |
| typedef std::set< octave_idx_type > | function_set |
Public Member Functions | |
| stats (void) | |
Static Public Member Functions | |
| static octave_value | function_set_value (const function_set &) |
Public Attributes | |
| std::size_t | m_calls |
| function_set | m_children |
| function_set | m_parents |
| bool | m_recursive |
| double | m_time |
Definition at line 115 of file profiler.h.
| typedef std::set<octave_idx_type> profiler::stats::function_set |
Definition at line 120 of file profiler.h.
| profiler::stats::stats | ( | void | ) |
Definition at line 40 of file profiler.cc.
|
static |
| std::size_t profiler::stats::m_calls |
Definition at line 128 of file profiler.h.
Referenced by profiler::tree_node::build_flat().
| function_set profiler::stats::m_children |
Definition at line 133 of file profiler.h.
| function_set profiler::stats::m_parents |
Definition at line 132 of file profiler.h.
Referenced by profiler::tree_node::build_flat().
| bool profiler::stats::m_recursive |
Definition at line 130 of file profiler.h.
Referenced by profiler::tree_node::build_flat().
| double profiler::stats::m_time |
Definition at line 127 of file profiler.h.
Referenced by profiler::tree_node::build_flat().