GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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 101 of file profiler.h.
typedef std::set<octave_idx_type> profile_data_accumulator::stats::function_set |
Definition at line 110 of file profiler.h.
profile_data_accumulator::stats::stats | ( | ) |
Definition at line 36 of file profiler.cc.
|
static |
Definition at line 42 of file profiler.cc.
Referenced by profile_data_accumulator::get_flat().
unsigned profile_data_accumulator::stats::calls |
Definition at line 106 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
function_set profile_data_accumulator::stats::children |
Definition at line 112 of file profiler.h.
function_set profile_data_accumulator::stats::parents |
Definition at line 111 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
bool profile_data_accumulator::stats::recursive |
Definition at line 108 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
double profile_data_accumulator::stats::time |
Definition at line 105 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().