Package motherhamster :: Module profiler

Module profiler



a module that manages ad-hoc performance monitoring (C) Copyright 2005 Hamster Republic Productions

Classes
  FunctionTracker
Tracks calls and time in calls to a function
Functions
 
RegisterFunction(parent, function_name, parent_name=None)
 
UnregisterFunction(parent, function_name)
 
IsFunctionRegistered(parent, function_name)
 
AdvanceFrame()
 
FrameTime(index)
 
FrameTimeAverage(count)
Variables
  FunctionProfiles = [<motherhamster.profiler.FunctionTracker ob...
Variables Details

FunctionProfiles

Value:
[]