DeltaProfiler
from direct.directutil.DeltaProfiler import DeltaProfiler
This is a Python specific ProfileTimer.cxx. It's not related directly to the ProfileTimer code, it just shares some concepts.
Inheritance:
DeltaProfiler
:
Methods of DeltaProfiler:
__init__
printDeltaTime
__init__
def __init__(self, name="")
Undocumented function.
printDeltaTime
def printDeltaTime(self, label)
Undocumented function.