|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "profiler.h"

Public Member Functions | |
| enter (profile_data_accumulator &a, const T &t) | |
| ~enter () | |
Private Member Functions | |
| enter (const enter &) | |
| enter & | operator= (const enter &) |
Private Attributes | |
| profile_data_accumulator & | acc |
| std::string | fcn |
| bool | is_active |
Definition at line 43 of file profiler.h.
|
inline |
Definition at line 53 of file profiler.h.
References profile_data_accumulator::enter_function(), and profile_data_accumulator::is_active().
|
inline |
Definition at line 72 of file profiler.h.
References profile_data_accumulator::exit_function().
|
private |
|
private |
|
private |
Definition at line 47 of file profiler.h.
|
private |
Definition at line 48 of file profiler.h.
|
private |
Definition at line 49 of file profiler.h.
1.8.8