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

Definition at line 410 of file profiler.cc.

References ovl(), profile_data_accumulator::reset(), and warning().

Referenced by install_profiler_fcns().

Variable Documentation

Definition at line 385 of file profiler.cc.