GNU Octave
3.8.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 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.
|
static |
Definition at line 60 of file profiler.cc.
Referenced by profile_data_accumulator::get_flat().
unsigned profile_data_accumulator::stats::calls |
Definition at line 82 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
function_set profile_data_accumulator::stats::children |
Definition at line 88 of file profiler.h.
function_set profile_data_accumulator::stats::parents |
Definition at line 87 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
bool profile_data_accumulator::stats::recursive |
Definition at line 84 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().
double profile_data_accumulator::stats::time |
Definition at line 81 of file profiler.h.
Referenced by profile_data_accumulator::tree_node::build_flat().