Example #1
0
 private void CachedDaliPerformanceList(int repeats)
 {
     for (int i = 0; i < repeats; i++)
     {
         AllType.GetListCached();
     }
 }
Example #2
0
 public void TestForProfiling()
 {
     // Used for profiling where the bottlenecks are (using unittest-profiler in #Develop)
     for (int i = 0; i < 10000; i++)
     {
         AllType.GetListCached();
     }
 }