#include <iostream>
#include "defun.h"
#include "oct-time.h"
#include "ov-struct.h"
#include "pager.h"
#include "profiler.h"
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 |
DEFUN | ( | __profiler_enable__ | , | |
args | ||||
) |
Definition at line 409 of file profiler.cc.
References profile_data_accumulator::is_active(), print_usage(), and profile_data_accumulator::set_active().
DEFUN | ( | __profiler_data__ | , | |
args | , | |||
nargout | ||||
) |
Definition at line 453 of file profiler.cc.
References profile_data_accumulator::get_flat(), profile_data_accumulator::get_hierarchical(), and warning().
DEFUN | ( | __profiler_reset__ | , | |
args | ||||
) |
Definition at line 435 of file profiler.cc.
References profile_data_accumulator::reset(), and warning().
Definition at line 406 of file profiler.cc.