C# Class Zetbox.API.PerfCounter.BaseLog4NetAppender

Inheritance: IBasePerfCounterAppender
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
sync object

Public Methods

Method Description
BaseLog4NetAppender ( ) : System
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetList ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks ) : void
DecrementSetObjects ( int objectCount, long startTicks ) : void
DecrementSubmitChanges ( int objectCount, long startTicks ) : void
Dump ( ) : void
IncrementFetchRelation ( InterfaceType ifType ) : void
IncrementGetList ( InterfaceType ifType ) : void
IncrementGetListOf ( InterfaceType ifType ) : void
IncrementQuery ( InterfaceType ifType ) : void
IncrementServerMethodInvocation ( ) : void
IncrementSetObjects ( ) : void
IncrementSubmitChanges ( ) : void
Initialize ( IFrozenContext frozenCtx ) : void
Install ( ) : void
Uninstall ( ) : void

Protected Methods

Method Description
ResetValues ( ) : void
ShouldDump ( ) : void

Private Methods

Method Description
Avg ( long duration, long count ) : long
Get ( InterfaceType ifType ) : ObjectsPerfCounter
GetFormatString ( int count ) : string

Method Details

BaseLog4NetAppender() public method

public BaseLog4NetAppender ( ) : System
return System

DecrementFetchRelation() public method

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

DecrementGetList() public method

public DecrementGetList ( 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

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

Dump() public method

public Dump ( ) : void
return void

IncrementFetchRelation() public method

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

IncrementGetList() public method

public IncrementGetList ( InterfaceType ifType ) : void
ifType Zetbox.API.InterfaceType
return void

IncrementGetListOf() public method

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

IncrementQuery() public method

public IncrementQuery ( InterfaceType ifType ) : void
ifType Zetbox.API.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

Initialize() public method

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

Install() public method

public Install ( ) : void
return void

ResetValues() protected method

protected ResetValues ( ) : void
return void

ShouldDump() protected method

protected ShouldDump ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void

Property Details

sync protected_oe static_oe property

protected static object sync
return object