Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
ProfileTimer Class Reference

List of all members.

Public Member Functions

 ProfileTimer (ProfileTimer const other)
 ProfileTimer (string name, int maxEntries)
 ProfileTimer (string name)
 ProfileTimer ()
 consolidateTo (ostream out)
 consolidateTo ()
double getTotalTime ()
 init (string name, int maxEntries)
 init (string name)
 mark (string tag)
 off ()
 off (string tag)
 on ()
 printTo (ostream out)
 printTo ()

Static Public Member Functions

static consolidateAllTo (ostream out)
static consolidateAllTo ()
static printAllTo (ostream out)
static printAllTo ()

Constructor & Destructor Documentation

ProfileTimer ( ProfileTimer const  other)
ProfileTimer ( string  name,
int  maxEntries 
)
ProfileTimer ( string  name)

Member Function Documentation

static consolidateAllTo ( ostream  out) [static]
static consolidateAllTo ( ) [static]
double getTotalTime ( )
init ( string  name,
int  maxEntries 
)
init ( string  name)
mark ( string  tag)
off ( )
off ( string  tag)
on ( )
static printAllTo ( ostream  out) [static]
static printAllTo ( ) [static]
printTo ( ostream  out)
printTo ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties