Пример #1
0
        public static void Main()
        {
            TestAdd.Test();

            Console.WriteLine("Test Finished. Press any key to exit.");
            Console.ReadKey();
        }
Пример #2
0
 public static void Test()
 {
     CodeTimer.Time("TestAdd", 1, () => { TestAdd.Foo(); });
     CodeTimer.Time("TestAdd", 1, () => { TestAdd.Foo(); });
     CodeTimer.Time("TestAdd", 1, () => { TestAdd.Foo(); });
     CodeTimer.Time("TestAdd", 1, () => { TestAdd.Foo(); });
 }