Panda3D
Classes | Public Member Functions | Static Public Member Functions | Friends | List of all members
ProfileTimer Class Reference

Classes

class  AutoTimer
 

Public Member Functions

 ProfileTimer (const char *name=0, int maxEntries=MaxEntriesDefault)
 
 ProfileTimer (const ProfileTimer &other)
 
void consolidateTo (std::ostream &out=std::cout) const
 
double getTotalTime () const
 
void init (const char *name, int maxEntries=MaxEntriesDefault)
 
void mark (const char *tag)
 
void off ()
 
void off (const char *tag)
 
void on ()
 
void printTo (std::ostream &out=std::cout) const
 

Static Public Member Functions

static void consolidateAllTo (std::ostream &out=std::cout)
 
static void printAllTo (std::ostream &out=std::cout)
 

Friends

class ProfileTimer::AutoTimer
 

Detailed Description

Definition at line 40 of file profileTimer.h.


The documentation for this class was generated from the following files: