C# Class Zetbox.API.PerfCounter.BasePerfCounterDispatcher

Inheritance: IBasePerfCounter
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
BasePerfCounterDispatcher ( IEnumerable appender ) : System
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementLifetimeScope ( long startTicks ) : void
DecrementObjectInstance ( ) : void
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks ) : void
DecrementSetObjects ( int objectCount, long startTicks ) : void
DecrementSubmitChanges ( int objectCount, long startTicks ) : void
DecrementZetboxContext ( long startTicks ) : void
Dump ( ) : void
IncrementFetchRelation ( InterfaceType ifType ) : long
IncrementGetListOf ( InterfaceType ifType ) : long
IncrementGetObjects ( InterfaceType ifType ) : long
IncrementLifetimeScope ( ) : long
IncrementObjectInstance ( ) : void
IncrementQuery ( InterfaceType ifType ) : long
IncrementServerMethodInvocation ( ) : void
IncrementSetObjects ( ) : long
IncrementSubmitChanges ( ) : long
IncrementZetboxContext ( ) : long
Install ( ) : void
Uninstall ( ) : void

Method Details

BasePerfCounterDispatcher() public method

public BasePerfCounterDispatcher ( IEnumerable appender ) : System
appender IEnumerable
return System

DecrementFetchRelation() public method

public DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
return void

DecrementGetListOf() public method

public DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
return void

DecrementGetObjects() public method

public DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
return void

DecrementLifetimeScope() public method

public DecrementLifetimeScope ( long startTicks ) : void
startTicks long
return void

DecrementObjectInstance() public method

public DecrementObjectInstance ( ) : void
return void

DecrementQuery() public method

public DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks ) : void
ifType Zetbox.API.InterfaceType
objectCount int
startTicks long
return void

DecrementSetObjects() public method

public DecrementSetObjects ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
return void

DecrementSubmitChanges() public method

public DecrementSubmitChanges ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
return void

DecrementZetboxContext() public method

public DecrementZetboxContext ( long startTicks ) : void
startTicks long
return void

Dump() public method

public Dump ( ) : void
return void

IncrementFetchRelation() public method

public IncrementFetchRelation ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
return long

IncrementGetListOf() public method

public IncrementGetListOf ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
return long

IncrementGetObjects() public method

public IncrementGetObjects ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
return long

IncrementLifetimeScope() public method

public IncrementLifetimeScope ( ) : long
return long

IncrementObjectInstance() public method

public IncrementObjectInstance ( ) : void
return void

IncrementQuery() public method

public IncrementQuery ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
return long

IncrementServerMethodInvocation() public method

public IncrementServerMethodInvocation ( ) : void
return void

IncrementSetObjects() public method

public IncrementSetObjects ( ) : long
return long

IncrementSubmitChanges() public method

public IncrementSubmitChanges ( ) : long
return long

IncrementZetboxContext() public method

public IncrementZetboxContext ( ) : long
return long

Install() public method

public Install ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void