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

 DEFUN (__profiler_enable__, args,,"-*- texinfo -*-\n\ @deftypefn {Function File} __profiler_enable ()\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN (__profiler_data__, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Function File} __profiler_data ()\n\ Undocumented internal function.\n\ @end deftypefn")
 DEFUN (__profiler_reset__, args,,"-*- texinfo -*-\n\ @deftypefn {Function File} __profiler_reset ()\n\ Undocumented internal function.\n\ @end deftypefn")

Variables

profile_data_accumulator profiler

Function Documentation

DEFUN ( __profiler_enable__  ,
args   
)
DEFUN ( __profiler_data__  ,
args  ,
nargout   
)
DEFUN ( __profiler_reset__  ,
args   
)

Definition at line 435 of file profiler.cc.

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


Variable Documentation

Definition at line 406 of file profiler.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines