#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 172 of file profiler.cc.
|
virtual |
Definition at line 178 of file profiler.cc.
|
inline |
Definition at line 92 of file profiler.h.
Referenced by profiler::enter< T >::enter(), F__profiler_enable__(), and reset().
| octave_value profiler::get_flat | ( | ) | const |
Definition at line 269 of file profiler.cc.
References octave_map::assign().
Referenced by F__profiler_data__().
| octave_value profiler::get_hierarchical | ( | ) | const |
Definition at line 331 of file profiler.cc.
Referenced by F__profiler_data__().
| void profiler::reset | ( | ) |
Definition at line 250 of file profiler.cc.
References enabled(), and error().
Referenced by F__profiler_reset__().
| void profiler::set_active | ( | bool | value | ) |
Definition at line 184 of file profiler.cc.
Referenced by F__profiler_enable__().