Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
TaskProfiler Class Reference

Public Member Functions

def __init__
 
def destroy
 
def flush
 
def logProfiles
 

Static Public Member Functions

def GetDefaultSpikeThreshold
 
def GetSpikeThreshold
 
def SetSpikeThreshold
 

Static Public Attributes

tuple notify = directNotify.newCategory("TaskProfiler")
 

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def destroy (   self)
def flush (   self,
  name 
)
def GetDefaultSpikeThreshold ( )
static
def GetSpikeThreshold ( )
static
def logProfiles (   self,
  name = None 
)
def SetSpikeThreshold (   spikeThreshold)
static

Member Data Documentation

tuple notify = directNotify.newCategory("TaskProfiler")
static