C# Class Zetbox.API.PerfCounter.BasePerfCounterDispatcher

Inheritance: IBasePerfCounter
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode 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 méthode

public BasePerfCounterDispatcher ( IEnumerable appender ) : System
appender IEnumerable
Résultat System

DecrementFetchRelation() public méthode

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

DecrementGetListOf() public méthode

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

DecrementGetObjects() public méthode

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

DecrementLifetimeScope() public méthode

public DecrementLifetimeScope ( long startTicks ) : void
startTicks long
Résultat void

DecrementObjectInstance() public méthode

public DecrementObjectInstance ( ) : void
Résultat void

DecrementQuery() public méthode

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

DecrementSetObjects() public méthode

public DecrementSetObjects ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
Résultat void

DecrementSubmitChanges() public méthode

public DecrementSubmitChanges ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
Résultat void

DecrementZetboxContext() public méthode

public DecrementZetboxContext ( long startTicks ) : void
startTicks long
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

IncrementFetchRelation() public méthode

public IncrementFetchRelation ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
Résultat long

IncrementGetListOf() public méthode

public IncrementGetListOf ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
Résultat long

IncrementGetObjects() public méthode

public IncrementGetObjects ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
Résultat long

IncrementLifetimeScope() public méthode

public IncrementLifetimeScope ( ) : long
Résultat long

IncrementObjectInstance() public méthode

public IncrementObjectInstance ( ) : void
Résultat void

IncrementQuery() public méthode

public IncrementQuery ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
Résultat long

IncrementServerMethodInvocation() public méthode

public IncrementServerMethodInvocation ( ) : void
Résultat void

IncrementSetObjects() public méthode

public IncrementSetObjects ( ) : long
Résultat long

IncrementSubmitChanges() public méthode

public IncrementSubmitChanges ( ) : long
Résultat long

IncrementZetboxContext() public méthode

public IncrementZetboxContext ( ) : long
Résultat long

Install() public méthode

public Install ( ) : void
Résultat void

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void