#include <ProfileManager.h>
Public Methods | |
| ProfileSample (const char *name) | |
| ProfileSample (const char *name, const unsigned int queue_size) | |
| ~ProfileSample (void) | |
|
|
Definition at line 92 of file ProfileManager.h.
00093 {
00094 ProfileManager::startProfile( name );
00095 }
|
|
||||||||||||
|
Definition at line 97 of file ProfileManager.h.
00098 {
00099 ProfileManager::startProfile( name, queue_size);
00100 }
|
|
|
Definition at line 102 of file ProfileManager.h.
00103 {
00104 ProfileManager::stopProfile();
00105 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002