/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | fields.py | 222 throughput = { variable in GlobalBaseIndexField 228 throughput = kwargs.pop('throughput', None) 230 if throughput is not None: 231 self.throughput = throughput 262 'ReadCapacityUnits': int(self.throughput['read']), 263 'WriteCapacityUnits': int(self.throughput['write']), 326 throughput = kwargs.pop('throughput', None) 328 if throughput: 329 kwargs['throughput'] = throughput
|
D | table.py | 39 def __init__(self, table_name, schema=None, throughput=None, indexes=None, argument 110 self.throughput = { 121 if throughput is not None: 122 self.throughput = throughput 130 def create(cls, table_name, schema, throughput=None, indexes=None, argument 197 if throughput is not None: 198 table.throughput = throughput 218 'ReadCapacityUnits': int(table.throughput['read']), 219 'WriteCapacityUnits': int(table.throughput['write']), 360 self.throughput['read'] = int(raw_throughput['ReadCapacityUnits']) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
D | test_highlevel.py | 52 ], throughput={ 64 self.assertEqual(users.throughput['read'], 5) 73 self.assertEqual(users.throughput, users_hit_api.throughput) 332 self.assertEqual(admins.throughput['read'], 5) 376 ], throughput={ 402 ], throughput={ 409 ], throughput={ 420 throughput={ 441 ], throughput={ 448 ], includes=['user_id', 'username'], throughput={ [all …]
|
/external/autotest/frontend/tko/preconfigs/metrics/ |
D | perf | 15 name[1]: dbench (throughput) 20 seriesFilters[1][0][condition]: = 'throughput' 24 name[2]: tbench (throughput) 29 seriesFilters[2][0][condition]: = 'throughput' 66 name[1]: dbench (throughput) 71 seriesFilters[1][0][condition]: = 'throughput' 75 name[2]: tbench (throughput) 80 seriesFilters[2][0][condition]: = 'throughput' 117 name[1]: dbench (throughput) 122 seriesFilters[1][0][condition]: = 'throughput' [all …]
|
D | kernel_compare | 6 globalFilter[1][condition]: = 'throughput' 29 globalFilter[1][condition]: = 'throughput' 52 globalFilter[1][condition]: = 'throughput'
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 37 Metering: The data throughput should not exceed 2*CIR1 + 2*CIR2 53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 63 Metering: Allocated throughput should not exceed CIR1 + CIR2 68 Metering: Allocated throughput should not exceed CIR1 84 The data throughput should not exceed 2*CIR1 + 2*CIR2 86 The data throughput should not exceed 2*CIR1 + 5*CIR2 105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR2 [all …]
|
/external/autotest/client/virt/tests/ |
D | file_transfer.py | 54 throughput = filesize / (t_end - t_begin) 56 "estimated throughput: %.2fMB/s", throughput) 63 throughput = filesize / (t_end - t_begin) 65 "estimated throughput: %.2fMB/s", throughput)
|
/external/autotest/server/cros/network/ |
D | netperf_runner.py | 47 throughput=float(lines[6].split()[4])) 66 throughput=float(udp_tokens[5]), 126 throughput, throughput_dev = NetperfResult._get_stats( 134 throughput=throughput, throughput_dev=throughput_dev, 153 throughput=None, throughput_dev=None, argument 167 self.throughput = throughput 173 if throughput is None and transaction_rate is None and errors is None:
|
D | netperf_session.py | 84 if recent_result.throughput < (past_result.throughput +
|
D | connection_worker.py | 280 if result.throughput <self.NETPERF_MIN_THROUGHPUT: 283 (result.throughput, self.NETPERF_MIN_THROUGHPUT))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 179 throughput={ 220 throughput={ 308 ], throughput={ 1326 self.assertEqual(users.throughput['read'], 5) 1327 self.assertEqual(users.throughput['write'], 5) 1381 ], throughput={ 1391 ], throughput={ 1504 self.assertEqual(self.users.throughput['read'], 5) 1505 self.assertEqual(self.users.throughput['write'], 5) 1511 self.assertEqual(self.users.throughput['read'], 20) [all …]
|
/external/autotest/client/tests/ddtest/ |
D | ddtest.py | 41 for throughput in pattern.findall("\n".join(self.results)): 42 self.write_perf_keyval({'throughput':throughput})
|
/external/autotest/client/tests/dbench/ |
D | dbench.py | 36 (throughput, procs) = pattern.findall(self.results)[0] 37 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
D | control | 6 Its results include throughput rates, which can be used for performance
|
/external/autotest/client/tests/tbench/ |
D | tbench.py | 46 (throughput, procs) = pattern.findall(self.results)[0] 47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
/external/v8/tools/ |
D | gc-nvp-trace-processor.py | 312 def throughput(name, trace): function 345 throughput('TOTAL', trace) 346 throughput('MS', marksweeps) 347 throughput('OLDSPACE', globalgcs)
|
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/ |
D | network_WiFi_AttenuatedPerf.py | 96 values = [result.throughput for result in results] 106 result.throughput,
|
/external/autotest/client/site_tests/hardware_RamFio/ |
D | control | 16 Create ram disk and use hardware_StorageFio to test for ram throughput
|
/external/kernel-headers/original/uapi/linux/ |
D | x25.h | 105 unsigned int throughput; member
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.soak | 14 Interleave every 15h a veritication test and measure latency/throughput.
|
/external/autotest/client/site_tests/hardware_MemoryThroughput/ |
D | control.copy_2thread_full_range | 7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
|
D | control.cache_copy_1thread | 7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
|
D | control.copy_1thread_full_range | 7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
|
D | control.read_2thread_full_range | 7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | dbench.control | 6 Its results include throughput rates, which can be used for performance
|