Exemple #1
0
        public void SetUp()
        {
            //This has nothing to do with PeformanceLabs. This is just to create a sample DB for profiling
            CreateDemoDB();

            perfLabs = new PerformanceLabs();
            MakeProfilerSettings();
            perfLabs.StartProfilers();
        }
 static SimulateRegressionHelper()
 {
     if (SetupTests.perfLabs == null)
     {
         perfLabs = new PerformanceLabs();
     }
     else
     {
         perfLabs = SetupTests.perfLabs;
     }
 }
 public void Init()
 {
     _perfLabs = SetupTests.perfLabs;
 }