#include "profiler.h"
Classes | |
class | enter |
Public Member Functions | |
profiler () | |
virtual | ~profiler () |
bool | enabled () const |
octave_value | get_flat () const |
octave_value | get_hierarchical () const |
void | reset () |
void | set_active (bool) |
Definition at line 41 of file profiler.h.
profiler::profiler | ( | ) |
Definition at line 175 of file profiler.cc.
|
virtual |
Definition at line 181 of file profiler.cc.
|
inline |
Definition at line 94 of file profiler.h.
Referenced by profiler::enter< T >::enter(), F__profiler_enable__(), and reset().
octave_value profiler::get_flat | ( | ) | const |
Definition at line 275 of file profiler.cc.
References m, n, and octave_value().
Referenced by F__profiler_data__().
octave_value profiler::get_hierarchical | ( | ) | const |
void profiler::reset | ( | ) |
Definition at line 256 of file profiler.cc.
References enabled(), and error().
Referenced by F__profiler_reset__().
void profiler::set_active | ( | bool | value | ) |
Definition at line 187 of file profiler.cc.
Referenced by F__profiler_enable__().