Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::ProfileSample Class Reference

#include <ProfileManager.h>

List of all members.

Public Methods

 ProfileSample (const char *name)
 ProfileSample (const char *name, const unsigned int queue_size)
 ~ProfileSample (void)


Constructor & Destructor Documentation

vpr::ProfileSample::ProfileSample const char *    name [inline]
 

Definition at line 92 of file ProfileManager.h.

00093    { 
00094       ProfileManager::startProfile( name ); 
00095    }

vpr::ProfileSample::ProfileSample const char *    name,
const unsigned int    queue_size
[inline]
 

Definition at line 97 of file ProfileManager.h.

00098    { 
00099       ProfileManager::startProfile( name, queue_size); 
00100    }

vpr::ProfileSample::~ProfileSample void    [inline]
 

Definition at line 102 of file ProfileManager.h.

00103    { 
00104       ProfileManager::stopProfile(); 
00105    }


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:47:10 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002