C# Class Zetbox.API.PerfCounter.BasePerfMonAppender

Inheritance: IBasePerfCounterAppender
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Свойство Type Description
InstanceName string

Protected Properties

Свойство Type Description
initialized bool

Méthodes publiques

Méthode Description
BasePerfMonAppender ( Zetbox cfg ) : System
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
DecrementLifetimeScope ( long startTicks, long endTicks ) : void
DecrementObjectInstance ( ) : void
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void
DecrementSetObjects ( int objectCount, long startTicks, long endTicks ) : void
DecrementSubmitChanges ( int objectCount, long startTicks, long endTicks ) : void
DecrementZetboxContext ( long startTicks, long endTicks ) : void
Dump ( bool force ) : void
IncrementFetchRelation ( InterfaceType ifType ) : void
IncrementGetListOf ( InterfaceType ifType ) : void
IncrementGetObjects ( InterfaceType ifType ) : void
IncrementLifetimeScope ( ) : void
IncrementObjectInstance ( ) : void
IncrementQuery ( InterfaceType ifType ) : void
IncrementServerMethodInvocation ( ) : void
IncrementSetObjects ( ) : void
IncrementSubmitChanges ( ) : void
IncrementZetboxContext ( ) : void
Initialize ( IFrozenContext frozenCtx ) : void
Install ( ) : void
Uninstall ( ) : void

Private Methods

Méthode Description
GetAllDescs ( ) : IEnumerable

Method Details

BasePerfMonAppender() public méthode

public BasePerfMonAppender ( Zetbox cfg ) : System
cfg Zetbox
Résultat System

DecrementFetchRelation() public méthode

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

DecrementGetListOf() public méthode

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

DecrementGetObjects() public méthode

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

DecrementLifetimeScope() public méthode

public DecrementLifetimeScope ( long startTicks, long endTicks ) : void
startTicks long
endTicks 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, long endTicks ) : void
ifType InterfaceType
objectCount int
startTicks long
endTicks long
Résultat void

DecrementSetObjects() public méthode

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

DecrementSubmitChanges() public méthode

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

DecrementZetboxContext() public méthode

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

Dump() public méthode

public Dump ( bool force ) : void
force bool
Résultat void

IncrementFetchRelation() public méthode

public IncrementFetchRelation ( InterfaceType ifType ) : void
ifType InterfaceType
Résultat void

IncrementGetListOf() public méthode

public IncrementGetListOf ( InterfaceType ifType ) : void
ifType InterfaceType
Résultat void

IncrementGetObjects() public méthode

public IncrementGetObjects ( InterfaceType ifType ) : void
ifType InterfaceType
Résultat void

IncrementLifetimeScope() public méthode

public IncrementLifetimeScope ( ) : void
Résultat void

IncrementObjectInstance() public méthode

public IncrementObjectInstance ( ) : void
Résultat void

IncrementQuery() public méthode

public IncrementQuery ( InterfaceType ifType ) : void
ifType InterfaceType
Résultat void

IncrementServerMethodInvocation() public méthode

public IncrementServerMethodInvocation ( ) : void
Résultat void

IncrementSetObjects() public méthode

public IncrementSetObjects ( ) : void
Résultat void

IncrementSubmitChanges() public méthode

public IncrementSubmitChanges ( ) : void
Résultat void

IncrementZetboxContext() public méthode

public IncrementZetboxContext ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IFrozenContext frozenCtx ) : void
frozenCtx IFrozenContext
Résultat void

Install() public méthode

public Install ( ) : void
Résultat void

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void

Property Details

InstanceName public_oe property

public string InstanceName
Résultat string

initialized protected_oe property

protected bool initialized
Résultat bool