Exemplo n.º 1
0
        //--//

        public static void Main()
        {
            Master_ProfilerThreadTests tests = new Master_ProfilerThreadTests();
            tests.SleepTest();
            tests.MonitorTest();
            tests.TimerTest();
        }
Exemplo n.º 2
0
        //--//

        public static void Main()
        {
            Master_ProfilerThreadTests tests = new Master_ProfilerThreadTests();

            tests.SleepTest();
            tests.MonitorTest();
            tests.TimerTest();
        }