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 | |
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> octave::profiler::stats::function_set |
Definition at line 124 of file profiler.h.
octave::profiler::stats::stats | ( | void | ) |
Definition at line 39 of file profiler.cc.
|
static |
Definition at line 45 of file profiler.cc.
Referenced by octave::profiler::get_flat().
size_t octave::profiler::stats::m_calls |
Definition at line 120 of file profiler.h.
Referenced by octave::profiler::tree_node::build_flat().
function_set octave::profiler::stats::m_children |
Definition at line 126 of file profiler.h.
function_set octave::profiler::stats::m_parents |
Definition at line 125 of file profiler.h.
Referenced by octave::profiler::tree_node::build_flat().
bool octave::profiler::stats::m_recursive |
Definition at line 122 of file profiler.h.
Referenced by octave::profiler::tree_node::build_flat().
double octave::profiler::stats::m_time |
Definition at line 119 of file profiler.h.
Referenced by octave::profiler::tree_node::build_flat().