Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 97) sorted by relevance

1234

/external/autotest/frontend/tko/preconfigs/metrics/
Dperf15 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 …]
Dkernel_compare6 globalFilter[1][condition]: = 'throughput'
29 globalFilter[1][condition]: = 'throughput'
52 globalFilter[1][condition]: = 'throughput'
/external/iproute2/examples/diffserv/
Dregression-testing37 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/server/cros/network/
Dnetperf_runner.py47 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:
Dnetperf_session.py84 if recent_result.throughput < (past_result.throughput +
Dconnection_worker.py280 if result.throughput <self.NETPERF_MIN_THROUGHPUT:
283 (result.throughput, self.NETPERF_MIN_THROUGHPUT))
/external/eigen/bench/tensors/
Dbenchmark_main.cc169 char throughput[100]; in RunWithArg() local
170 throughput[0] = '\0'; in RunWithArg()
174 snprintf(throughput, sizeof(throughput), " %8.2f MFlops/s", mflops_processed/seconds); in RunWithArg()
189 iterations, g_benchmark_total_time_ns/iterations, throughput); in RunWithArg()
/external/autotest/client/tests/dbench/
Ddbench.py37 (throughput, procs) = pattern.findall(self.results)[0]
38 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
Dcontrol6 Its results include throughput rates, which can be used for performance
/external/autotest/client/tests/ddtest/
Dddtest.py41 for throughput in pattern.findall("\n".join(self.results)):
42 self.write_perf_keyval({'throughput':throughput})
/external/autotest/client/tests/tbench/
Dtbench.py46 (throughput, procs) = pattern.findall(self.results)[0]
47 self.write_perf_keyval({'throughput':throughput, 'procs':procs})
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt24 measure current throughput
27 if [ throughput falls below $THRESHHOLD ]; then
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
Dnetwork_WiFi_BluetoothStreamPerf.py80 values = [result.throughput for result in results]
92 self.base_through = result.throughput
94 drop = int( (self.base_through - result.throughput) * 100 /
/external/v8/tools/
Dgc-nvp-trace-processor.py312 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/
Dnetwork_WiFi_AttenuatedPerf.py96 values = [result.throughput for result in results]
106 result.throughput,
/external/autotest/client/site_tests/hardware_RamFio/
Dcontrol15 Create ram disk and use hardware_StorageFio to test for ram throughput
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_op.h54 unsigned int throughput; member
/external/kernel-headers/original/uapi/linux/
Dx25.h105 unsigned int throughput; member
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.soak14 Interleave every 15h a veritication test and measure latency/throughput.
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME6 This is a cpu throughput benchmark originally devised and used by Martin J.
17 You need more than 2Gb of ram for this to be a true throughput benchmark or
/external/autotest/client/site_tests/hardware_MemoryThroughput/
Dcontrol.read_1thread_full_range7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
Dcontrol.copy_2thread_full_range7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
Dcontrol.cache_copy_1thread7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
Dcontrol.memory_qual7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'
Dcontrol.copy_1thread_full_range7 PURPOSE = 'Benchmark sequential throughput for read, write, and copy'

1234