C# 클래스 NSoft.NFramework.Reflections.BenchmarkCase

상속: AbstractFixture
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
ClassSetUp ( ) : void
ClassTearDown ( ) : void
CollectGarbage ( ) : void
Execute ( string name, Action>.Dictionary initMap, Action>.Dictionary actionMap ) : void
IncreaseThreadAndProcessPriority ( ) : void
Measure ( Stopwatch watch, Action>.Dictionary actionMap, int iterationCount ) : void
Prepare ( ) : void
RunArrayBenchmark ( ) : void
RunConstructorBenchmark ( ) : void
RunFieldBenchmark ( ) : void
RunIndexerBenchmark ( ) : void
RunLookupBenchmark ( ) : void
RunMetadataIntegrationBenchmark ( ) : void
RunMethodInvocationBenchmark ( ) : void
RunPropertyBenchmark ( ) : void
RunStaticFieldBenchmark ( ) : void
RunStaticMethodInvocationBenchmark ( ) : void
RunStaticPropertyBenchmark ( ) : void
RunTryCreateInstanceBenchmark ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void