#include "defun.h"
#include "event-manager.h"
#include "interpreter.h"
#include "oct-time.h"
#include "ov-struct.h"
#include "pager.h"
#include "profiler.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__profiler_data__ (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | F__profiler_enable__ (octave::interpreter &interp, const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list | F__profiler_reset__ (octave::interpreter &interp, const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list F__profiler_data__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 436 of file profiler.cc.
References profiler::get_flat(), profiler::get_hierarchical(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list F__profiler_enable__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 390 of file profiler.cc.
References profiler::enabled(), event_manager::gui_status_update(), ovl(), print_usage(), and profiler::set_active().
OCTAVE_EXPORT octave_value_list F__profiler_reset__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 419 of file profiler.cc.
References ovl(), print_usage(), and profiler::reset().