GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
profile_data_accumulator::stats Struct Reference
Collaboration diagram for profile_data_accumulator::stats:
Collaboration graph
[legend]

Public Types

typedef std::set< octave_idx_typefunction_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

Detailed Description

Definition at line 77 of file profiler.h.

Member Typedef Documentation

Definition at line 86 of file profiler.h.

Constructor & Destructor Documentation

profile_data_accumulator::stats::stats ( )

Definition at line 54 of file profiler.cc.

Member Function Documentation

octave_value profile_data_accumulator::stats::function_set_value ( const function_set list)
static

Definition at line 60 of file profiler.cc.

Referenced by profile_data_accumulator::get_flat().

Member Data Documentation

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().


The documentation for this struct was generated from the following files: