C# 클래스 AdvancedMultithreadingLab.MiscBenchmarks

파일 보기 프로젝트 열기: postsharp/ThreadingTalk

공개 메소드들

메소드 설명
ExecuteAll ( ) : void

비공개 메소드들

메소드 설명
RunParallel ( System.Action action, int threads ) : void
TestAlloc ( string name ) : void
TestContendedEnter ( ) : void
TestCreateEvent ( ) : void
TestIncrement ( ) : void
TestInterlocked ( string name ) : void
TestSetEvent ( ) : void
TestSleep0 ( ) : void
TestUncontented ( ) : void
TestWaitEvent ( ) : void
WriteTime ( string name, int n, long ticks ) : void

메소드 상세

ExecuteAll() 공개 정적인 메소드

public static ExecuteAll ( ) : void
리턴 void