Public Types | |
typedef std::set< octave_idx_type > | function_set |
Public Member Functions | |
stats () | |
Static Public Member Functions | |
static octave_value | function_set_value (const function_set &) |
Public Attributes | |
unsigned | calls |
function_set | children |
function_set | parents |
bool | recursive |
double | time |
Definition at line 77 of file profiler.h.
typedef std::set<octave_idx_type> profile_data_accumulator::stats::function_set |
Definition at line 86 of file profiler.h.
profile_data_accumulator::stats::stats | ( | ) |
Definition at line 54 of file profiler.cc.
octave_value profile_data_accumulator::stats::function_set_value | ( | const function_set & | list | ) | [static] |
Definition at line 60 of file profiler.cc.
References octave_value::size().
Referenced by profile_data_accumulator::get_flat().
Definition at line 82 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
Definition at line 88 of file profiler.h.
Definition at line 87 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
Definition at line 84 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
Definition at line 81 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().