Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
ProfileTimer Class Reference

#include <pandadoc.hpp>

Public Member Functions

 __init__ (const ProfileTimer other)
 
 __init__ (str name, int maxEntries)
 
 consolidateTo (Ostream out)
 
double getTotalTime ()
 
 init (str name, int maxEntries)
 
 mark (str tag)
 
 off ()
 
 off (str tag)
 
 on ()
 
 printTo (Ostream out)
 

Static Public Member Functions

static consolidateAllTo (Ostream out)
 
static printAllTo (Ostream out)
 

Member Function Documentation

◆ __init__() [1/2]

__init__ ( const ProfileTimer other)

◆ __init__() [2/2]

__init__ ( str name,
int maxEntries )

◆ consolidateAllTo()

static consolidateAllTo ( Ostream out)
static

◆ consolidateTo()

consolidateTo ( Ostream out)

◆ getTotalTime()

double getTotalTime ( )

◆ init()

init ( str name,
int maxEntries )

◆ mark()

mark ( str tag)

◆ off() [1/2]

off ( )

◆ off() [2/2]

off ( str tag)

◆ on()

on ( )

◆ printAllTo()

static printAllTo ( Ostream out)
static

◆ printTo()

printTo ( Ostream out)