C# Class AdvancedMultithreadingLab.MiscBenchmarks

Afficher le fichier Open project: postsharp/ThreadingTalk

Méthodes publiques

Méthode Description
ExecuteAll ( ) : void

Private Methods

Méthode 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 méthode

public static ExecuteAll ( ) : void
Résultat void