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