Panda3D
Loading...
Searching...
No Matches
DeltaProfiler Class Reference

Public Member Functions

 __init__ (self, name="")
 
 printDeltaTime (self, label)
 

Public Attributes

int active = 0
 
 name = name
 
str priorLabel = ""
 
int priorTime = 0
 

Detailed Description

This is a Python specific ProfileTimer.cxx.
It's not related directly to the ProfileTimer code, it just
shares some concepts.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
name = "" )

Member Function Documentation

◆ printDeltaTime()

printDeltaTime ( self,
label )

Member Data Documentation

◆ active

int active = 0

◆ name

name = name

◆ priorLabel

priorLabel = ""

◆ priorTime

int priorTime = 0