FBProfiler Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBProfiler:

Public Member Functions

__reduce__ ()
 
GetStatComment ()
 
GetStatIndex ()
 
GetStatStart ()
 
GetEndEventSample ()
 
GetStatDuration ()
 
GetProfilingCost ()
 
__init__ ()
 
GetStatCount ()
 
GetEventSampleCount ()
 
GetEventSample ()
 
GetStatStop ()
 
GetStatName ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Public Attributes

object ProfilingMode
 
object EvaluationDepth
 
object BufferSize
 
object FrameReference
 
object ActiveSampling
 
- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 
__reduce__ ( )
GetEndEventSample ( )

Python Docstring:

GetEndEventSample( (FBProfiler)arg1, (object)arg2) -> FBProfileTimeEvent 
GetEventSample ( )

Python Docstring:

GetEventSample( (FBProfiler)arg1, (object)arg2) -> FBProfileTimeEvent 
GetEventSampleCount ( )

Python Docstring:

GetEventSampleCount( (FBProfiler)arg1) -> int 
GetProfilingCost ( )

Python Docstring:

GetProfilingCost( (FBProfiler)arg1) -> float 
GetStatComment ( )

Python Docstring:

GetStatComment( (FBProfiler)arg1, (object)arg2) -> str 
GetStatCount ( )

Python Docstring:

GetStatCount( (FBProfiler)arg1) -> int 
GetStatDuration ( )

Python Docstring:

GetStatDuration( (FBProfiler)arg1, (object)arg2) -> float 
GetStatIndex ( )

Python Docstring:

GetStatIndex( (FBProfiler)arg1, (str)arg2) -> int 
GetStatName ( )

Python Docstring:

GetStatName( (FBProfiler)arg1, (object)arg2) -> str 
GetStatStart ( )

Python Docstring:

GetStatStart( (FBProfiler)arg1, (object)arg2) -> float 
GetStatStop ( )

Python Docstring:

GetStatStop( (FBProfiler)arg1, (object)arg2) -> float 

Member Data Documentation

object ActiveSampling
object BufferSize
object EvaluationDepth
object FrameReference
object ProfilingMode