#include <ATypes.h>
Public Methods | |
| AProfilerBlock (string s) | |
| ~AProfilerBlock () | |
Protected Attributes | |
| string | m_str |
|
|
Definition at line 189 of file ATypes.h. References m_str, and profiler_begin().
00189 { profiler_begin(s); m_str=s; }
|
|
|
Definition at line 190 of file ATypes.h. References profiler_end().
00190 { profiler_end(m_str); }
|
|
|
Definition at line 192 of file ATypes.h. Referenced by AProfilerBlock(). |
1.3-rc2