Example #1
0
        static void RunAllExamples(bool isPerformance = false)
        {
            if (isPerformance)
            {
                PerformanceLogger.GetInstance().Enable(true);

                AppLogger.Enable(false);
            }

            RunAllRestExamples();
        }
Example #2
0
        static void RunPerformanceTest()
        {
            PerformanceLogger.GetInstance().Enable(true);

            RunAllRestExamples();
        }