#include <profiling.h>
Public Member Functions | |
| FunctionTimer (Profiler &prof, int index) | |
| ~FunctionTimer () | |
Private Attributes | |
| int | mIndex |
| Profiler & | mProfiler |
Definition at line 267 of file profiling.h.
| Profiling::FunctionTimer::FunctionTimer | ( | Profiler & | prof, | |
| int | index | |||
| ) | [inline] |
Definition at line 273 of file profiling.h.
| Profiling::FunctionTimer::~FunctionTimer | ( | ) | [inline] |
Definition at line 278 of file profiling.h.
int Profiling::FunctionTimer::mIndex [private] |
Definition at line 271 of file profiling.h.
Profiler& Profiling::FunctionTimer::mProfiler [private] |
Definition at line 270 of file profiling.h.