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
Functions | Variables
profiler.cc File Reference
#include <iostream>
#include "defun.h"
#include "oct-time.h"
#include "ov-struct.h"
#include "pager.h"
#include "profiler.h"
Include dependency graph for profiler.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list F__profiler_data__ (const octave_value_list &args, int nargout)
OCTAVE_EXPORT octave_value_list F__profiler_enable__ (const octave_value_list &args, int)
OCTAVE_EXPORT octave_value_list F__profiler_reset__ (const octave_value_list &args, int)

Variables

profile_data_accumulator profiler

Function Documentation

OCTAVE_EXPORT octave_value_list F__profiler_data__ ( const octave_value_list args,
int  nargout 
)
OCTAVE_EXPORT octave_value_list F__profiler_enable__ ( const octave_value_list args,
int   
)
OCTAVE_EXPORT octave_value_list F__profiler_reset__ ( const octave_value_list args,
int   
)

Variable Documentation

Definition at line 406 of file profiler.cc.