C# Class AdvancedMultithreadingLab.MiscBenchmarks

Datei anzeigen Open project: postsharp/ThreadingTalk

Public Methods

Method Description
ExecuteAll ( ) : void

Private Methods

Method Description
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

Method Details

ExecuteAll() public static method

public static ExecuteAll ( ) : void
return void