Searched refs:mgrProperties (Results 1 – 1 of 1) sorted by relevance
78 int[] mgrProperties = new int[] { in benchmarkEventBandwidthThroughCarService() local85 final int EXPECTED_EVENTS = EXPECTED_EVENTS_PER_PROPERTY * mgrProperties.length; in benchmarkEventBandwidthThroughCarService()89 for (int mgrPropId: mgrProperties) { in benchmarkEventBandwidthThroughCarService()113 for (int i = 0; i < mgrProperties.length; i++) { in benchmarkEventBandwidthThroughCarService()114 eventsCounters.put(mgrProperties[i], new CountDownLatch(EXPECTED_EVENTS_PER_PROPERTY)); in benchmarkEventBandwidthThroughCarService()117 for (int propId: mgrProperties) { in benchmarkEventBandwidthThroughCarService()