GNU Octave  4.2.1
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 103 of file profiler.h.

Member Typedef Documentation

Definition at line 112 of file profiler.h.

Constructor & Destructor Documentation

profile_data_accumulator::stats::stats ( )

Definition at line 36 of file profiler.cc.

Member Function Documentation

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

Definition at line 42 of file profiler.cc.

References p, and retval.

Referenced by profile_data_accumulator::get_flat().

Member Data Documentation

unsigned profile_data_accumulator::stats::calls

Definition at line 108 of file profiler.h.

Referenced by profile_data_accumulator::tree_node::build_flat().

function_set profile_data_accumulator::stats::children

Definition at line 114 of file profiler.h.

function_set profile_data_accumulator::stats::parents

Definition at line 113 of file profiler.h.

Referenced by profile_data_accumulator::tree_node::build_flat().

bool profile_data_accumulator::stats::recursive

Definition at line 110 of file profiler.h.

Referenced by profile_data_accumulator::tree_node::build_flat().

double profile_data_accumulator::stats::time

Definition at line 107 of file profiler.h.

Referenced by profile_data_accumulator::tree_node::build_flat().


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