C# 클래스 Zetbox.API.PerfCounter.BasePerfCounterDispatcher

상속: IBasePerfCounter
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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

메소드 상세

BasePerfCounterDispatcher() 공개 메소드

public BasePerfCounterDispatcher ( IEnumerable appender ) : System
appender IEnumerable
리턴 System

DecrementFetchRelation() 공개 메소드

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

DecrementGetListOf() 공개 메소드

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

DecrementGetObjects() 공개 메소드

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

DecrementLifetimeScope() 공개 메소드

public DecrementLifetimeScope ( long startTicks ) : void
startTicks long
리턴 void

DecrementObjectInstance() 공개 메소드

public DecrementObjectInstance ( ) : void
리턴 void

DecrementQuery() 공개 메소드

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

DecrementSetObjects() 공개 메소드

public DecrementSetObjects ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
리턴 void

DecrementSubmitChanges() 공개 메소드

public DecrementSubmitChanges ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
리턴 void

DecrementZetboxContext() 공개 메소드

public DecrementZetboxContext ( long startTicks ) : void
startTicks long
리턴 void

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

IncrementFetchRelation() 공개 메소드

public IncrementFetchRelation ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
리턴 long

IncrementGetListOf() 공개 메소드

public IncrementGetListOf ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
리턴 long

IncrementGetObjects() 공개 메소드

public IncrementGetObjects ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
리턴 long

IncrementLifetimeScope() 공개 메소드

public IncrementLifetimeScope ( ) : long
리턴 long

IncrementObjectInstance() 공개 메소드

public IncrementObjectInstance ( ) : void
리턴 void

IncrementQuery() 공개 메소드

public IncrementQuery ( InterfaceType ifType ) : long
ifType Zetbox.API.InterfaceType
리턴 long

IncrementServerMethodInvocation() 공개 메소드

public IncrementServerMethodInvocation ( ) : void
리턴 void

IncrementSetObjects() 공개 메소드

public IncrementSetObjects ( ) : long
리턴 long

IncrementSubmitChanges() 공개 메소드

public IncrementSubmitChanges ( ) : long
리턴 long

IncrementZetboxContext() 공개 메소드

public IncrementZetboxContext ( ) : long
리턴 long

Install() 공개 메소드

public Install ( ) : void
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void