C# Class Zetbox.API.PerfCounter.BasePerfMonAppender

Inheritance: IBasePerfCounterAppender
Mostra file Open project: daszat/zetbox Class Usage Examples

Public Properties

Property Type Description
InstanceName string

Protected Properties

Property Type Description
initialized bool

Public Methods

Method 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

Method Description
GetAllDescs ( ) : IEnumerable

Method Details

BasePerfMonAppender() public method

public BasePerfMonAppender ( Zetbox cfg ) : System
cfg Zetbox
return System

DecrementFetchRelation() public method

public DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
return void

DecrementGetListOf() public method

public DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
return void

DecrementGetObjects() public method

public DecrementGetObjects ( InterfaceType ifType, int resultSize, long startTicks, long endTicks ) : void
ifType InterfaceType
resultSize int
startTicks long
endTicks long
return void

DecrementLifetimeScope() public method

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

DecrementObjectInstance() public method

public DecrementObjectInstance ( ) : void
return void

DecrementQuery() public method

public DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks, long endTicks ) : void
ifType InterfaceType
objectCount int
startTicks long
endTicks long
return void

DecrementSetObjects() public method

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

DecrementSubmitChanges() public method

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

DecrementZetboxContext() public method

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

Dump() public method

public Dump ( bool force ) : void
force bool
return void

IncrementFetchRelation() public method

public IncrementFetchRelation ( InterfaceType ifType ) : void
ifType InterfaceType
return void

IncrementGetListOf() public method

public IncrementGetListOf ( InterfaceType ifType ) : void
ifType InterfaceType
return void

IncrementGetObjects() public method

public IncrementGetObjects ( InterfaceType ifType ) : void
ifType InterfaceType
return void

IncrementLifetimeScope() public method

public IncrementLifetimeScope ( ) : void
return void

IncrementObjectInstance() public method

public IncrementObjectInstance ( ) : void
return void

IncrementQuery() public method

public IncrementQuery ( InterfaceType ifType ) : void
ifType InterfaceType
return void

IncrementServerMethodInvocation() public method

public IncrementServerMethodInvocation ( ) : void
return void

IncrementSetObjects() public method

public IncrementSetObjects ( ) : void
return void

IncrementSubmitChanges() public method

public IncrementSubmitChanges ( ) : void
return void

IncrementZetboxContext() public method

public IncrementZetboxContext ( ) : void
return void

Initialize() public method

public Initialize ( IFrozenContext frozenCtx ) : void
frozenCtx IFrozenContext
return void

Install() public method

public Install ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void

Property Details

InstanceName public_oe property

public string InstanceName
return string

initialized protected_oe property

protected bool initialized
return bool