Esempio n. 1
0
        static void RunLongRunningMemoryTest()
        {
            var stopWatch = new StopWatch();

            using (var test = new LongRunningMemoryTest())
            {
                test.Run(stopWatch);
                stopWatch.Stop();
            }

            Console.WriteLine("Long Running Memory Test: {0}", stopWatch);
        }
Esempio n. 2
0
        static void RunLongRunningMemoryTest()
        {
            var stopWatch = new StopWatch();

            using (var test = new LongRunningMemoryTest())
            {
                test.Run(stopWatch);
                stopWatch.Stop();
            }

            Console.WriteLine("Long Running Memory Test: {0}", stopWatch);
        }