Searched refs:getCreateCount (Results 1 – 2 of 2) sorted by relevance
144 this.getCreateCount = function (...args) { method
2639 template<typename Object> int getCreateCount (void) { return 100; } in getCreateCount() function2642 template<> int getCreateCount<Instance> (void) { return 20; } in getCreateCount() function2643 template<> int getCreateCount<Device> (void) { return 20; } in getCreateCount() function2644 template<> int getCreateCount<DeviceGroup> (void) { return 20; } in getCreateCount() function2658 const int numIters = getCreateCount<Object>(); in runThread()