GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 | |
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 |
OCTAVE_EXPORT octave_value_list F__profiler_data__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 457 of file profiler.cc.
References profile_data_accumulator::get_flat(), profile_data_accumulator::get_hierarchical(), octave_value_list::length(), and warning().
OCTAVE_EXPORT octave_value_list F__profiler_enable__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 413 of file profiler.cc.
References octave_value::bool_value(), profile_data_accumulator::is_active(), octave_value_list::length(), print_usage(), and profile_data_accumulator::set_active().
OCTAVE_EXPORT octave_value_list F__profiler_reset__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 439 of file profiler.cc.
References octave_value_list::length(), profile_data_accumulator::reset(), and warning().
profile_data_accumulator profiler |
Definition at line 406 of file profiler.cc.