/external/autotest/client/bin/net/ |
basic_machine.py | 25 IOBW_CONSTRAINTS = ["throughput > 500", 49 'constraints': ['Throughput > 800'] 52 'constraints': ['Throughput > 800'] 55 'constraints': ['Throughput > 500']
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
hotplug05.txt | 24 measure current throughput 27 if [ throughput falls below $THRESHHOLD ]; then 28 echo "Throughput has fallen below threshhold."
|
/external/autotest/client/tests/compilebench/ |
compilebench.py | 36 THROUGHPUT = "MB_s" 40 ('intial create', THROUGHPUT, 6, 'initial_create'), 41 ('create', THROUGHPUT, 5, 'new_create'), 42 ('patch', THROUGHPUT, 5, 'patch'), 43 ('compile', THROUGHPUT, 5, 'compile'), 44 ('clean', THROUGHPUT, 5, 'clean'), 45 ('read tree', THROUGHPUT, 6, 'read_tree'), 46 ('read compiled tree', THROUGHPUT, 7, 'read_compiled_tree'),
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
ThroughputFilter.java | 53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE); 55 addOutputPort("throughput", mOutputFormat); 86 // Output throughput info if time period is up 90 Throughput throughput = new Throughput(mTotalFrameCount, local 95 throughputFrame.setObjectValue(throughput); 96 pushOutput("throughput", throughputFrame);
|
Throughput.java | 23 public class Throughput { 30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ThroughputFilter.java | 39 FrameType throughputType = FrameType.single(Throughput.class); 42 .addOutputPort("throughput", Signature.PORT_REQUIRED, throughputType) 78 // Output throughput info if time period is up 81 OutputPort tpPort = getConnectedOutputPort("throughput"); 82 Throughput throughput = new Throughput(mTotalFrameCount, local 87 throughputFrame.setValue(throughput);
|
Throughput.java | 20 public class Throughput { 26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) {
|
/external/autotest/client/tests/dbench/ |
dbench.py | 36 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs") 37 (throughput, procs) = pattern.findall(self.results)[0] 38 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
/external/autotest/client/tests/ddtest/ |
ddtest.py | 40 pattern = re.compile(r"throughput is (.*?) MB/sec") 41 for throughput in pattern.findall("\n".join(self.results)): 42 self.write_perf_keyval({'throughput':throughput})
|
/tools/test/connectivity/acts/tests/google/coex/performance_tests/ |
CoexBasicPerformanceTest.py | 39 """Check throughput when bluetooth on. 42 android device and check the throughput when bluetooth is on. 53 """Check throughput when bluetooth on. 56 android device and check the throughput when bluetooth is on. 67 """Check throughput when bluetooth on. 70 android device and check the throughput when bluetooth is on. 81 """Check throughput when bluetooth on. 84 android device and check the throughput when bluetooth is on. 95 """Check throughput when bluetooth discovery is ongoing. 98 android device and bluetooth discovery and checks throughput [all...] |
WlanWithA2dpPerformanceTest.py | 78 """Performance test to check throughput when streaming music. 98 """Performance test to check throughput when streaming music. 118 """Performance test to check throughput when streaming music. 138 """Performance test to check throughput when streaming music. 158 """Performance test to check throughput when bluetooth discovery. 178 """Performance test to check throughput when bluetooth discovery. 198 """Performance test to check throughput when bluetooth discovery. 218 """Performance test to check throughput when bluetooth discovery. 238 """Performance test to check throughput when music streaming. 241 android device and test the wlan throughput when perfroming a2dp musi [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
throughput.py | 3 # Test network throughput.
6 # 1) on host_A: throughput -s [port] # start a server
7 # 2) on host_B: throughput -c count host_A [port] # start a client
36 print 'Usage: (on host_A) throughput -s [port]'
37 print 'and then: (on host_B) throughput -c count host_A [port]'
89 print 'Throughput:', round((BUFSIZE*count*0.001) / (t5-t1), 3),
|
README | 11 throughput.py Client and server to measure TCP throughput.
|
/external/python/cpython2/Demo/sockets/ |
throughput.py | 3 # Test network throughput. 6 # 1) on host_A: throughput -s [port] # start a server 7 # 2) on host_B: throughput -c count host_A [port] # start a client 36 print 'Usage: (on host_A) throughput -s [port]' 37 print 'and then: (on host_B) throughput -c count host_A [port]' 89 print 'Throughput:', round((BUFSIZE*count*0.001) / (t5-t1), 3),
|
README | 11 throughput.py Client and server to measure TCP throughput.
|
/external/lisa/tools/analysis/ |
run_binder_throughput_analysis.py | 36 self.throughput = [] 40 def add_data(self, label, latency, throughput): 42 Append the latency and throughput measurements of one kernel 51 :param throughput: throughput measurements of a series of experiments 52 :type throughput: list of floats 55 self.throughput.append(throughput) 65 np_throughput = np.array(self.throughput) 67 len(self.labels),len(self.throughput[0])) 158 throughput = [r["iters"] for r in results] variable [all...] |
/external/autotest/client/tests/unixbench/ |
control | 14 - Execl Throughput - measure the number of execl calls per second. 16 - Pipe throughput
|
/external/autotest/client/tests/unixbench5/ |
control | 13 - Execl Throughput - measure the number of execl calls per second. 15 - Pipe throughput
|
/external/autotest/client/tests/tbench/ |
tbench.py | 45 pattern = re.compile(r"Throughput (.*?) MB/sec (.*?) procs") 46 (throughput, procs) = pattern.findall(self.results)[0] 47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
|
/external/autotest/frontend/tko/preconfigs/metrics/ |
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...] |
/external/iproute2/examples/diffserv/ |
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 + CIR [all...] |
/external/autotest/client/site_tests/hardware_MemoryThroughput/ |
hardware_MemoryThroughput.py | 12 """Autotest for measuring memory throughput. 15 throughput. 18 _results: dict containing keyvals with throughput measurements 53 raise error.TestFail('invalid throughput %f' % bw)
|
/external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/ |
control | 7 PURPOSE = 'Measure page access throughput, with and without ZRAM.'
|
/external/autotest/client/site_tests/hardware_RamFio/ |
control | 15 Create ram disk and use hardware_StorageFio to test for ram throughput
|
/external/iptables/extensions/ |
tos_values.c | 19 {IPTOS_THROUGHPUT, "Maximize-Throughput"},
|