/external/autotest/server/cros/network/ |
arping_runner.py | 78 latencies = [] 95 latencies.append(latency) 105 if count != len(latencies) + requests: 106 raise error.TestFail('Failed to parse accurate latencies ' 108 'wanted %d.' % (stdout, len(latencies), 117 self.loss = 100.0 * float(num_sent - len(latencies)) / num_sent 119 if latencies: 120 self.average_latency = sum(latencies) / len(latencies) 121 self.latencies = latencie [all...] |
/test/vts-testcase/performance/audio_loopback_test/ |
AudioLoopbackTest.py | 53 def ProcessTestResults(self, latencies, confidences): 56 Calculate the average and standard deviation of latencies from all test run. 60 latencies: List of latency (in ns) get from each run. e.g.[8040000] 65 for latency, confidence in zip(latencies, confidences): 68 latencies.remove(latency) 75 latencies, 83 # calculate the standard deviation of latencies. 85 for latency in latencies: 96 latencies = [] 122 latencies.append [all...] |
/system/netd/tests/benchmarks/ |
connect_benchmark.cpp | 130 std::vector<uint64_t> latencies(state.max_iterations); 150 latencies[iterations] = stopwatch.timeTaken() * 1e6L; 151 state.SetIterationTime(latencies[iterations] / 1e9L); 172 latencies.resize(iterations); 173 sort(latencies.begin(), latencies.end()); 174 state.SetLabel(StringPrintf("%lld", (long long) latencies[iterations * 9 / 10])); 187 std::vector<uint64_t> latencies(state.max_iterations); 207 latencies[iterations] = stopwatch.timeTaken() * 1e6L; 208 state.SetIterationTime(latencies[iterations] / 1e9L) [all...] |
/frameworks/base/core/java/android/net/metrics/ |
ConnectStats.java | 41 /** Latencies of successful blocking connects. TODO: add non-blocking connects latencies. */ 42 public final IntArray latencies = new IntArray(); field in class:ConnectStats 94 if (latencies.size() >= mMaxLatencyRecords) { 98 latencies.add(ms);
|
NetworkMetrics.java | 48 // Running sums of latencies and error counts for connect and dns events. 50 // Running sums of the most recent latencies and error counts for connect and dns events. 109 /** Represents running sums for dns and connect average error counts and average latencies. */ 114 // DNS latencies measured in milliseconds. 118 // Blocking connect latencies measured in milliseconds.
|
/external/lisa/libs/utils/analysis/ |
latency_analysis.py | 72 :param task: the task to report wakeup latencies for 155 DataFrame of task's wakeup latencies 161 :param task: the task to report wakeup latencies for 177 DataFrame of task's preemption latencies 184 :param task: the task to report wakeup latencies for 287 Generate a set of plots to report the WAKEUP and PREEMPT latencies the 288 specified task has been subject to. A WAKEUP latencies is the time from 290 A PREEMPT latencies is the time from when a RUNNING task is suspended 294 :param task: the task to report latencies for 297 :param kind: the kind of latencies to report (WAKEUP and/or PREEMPT" [all...] |
/external/blktrace/doc/ |
btt.1 | 29 [ \-l <\fIoutput name\fR> | \-\-d2c\-latencies=<\fIoutput name\fR> ] 31 [ \-L <\fIfreq\fR> | \-\-periodic\-latencies=<\fIfreq\fR> ] 41 [ \-q <\fIoutput name\fR> | \-\-q2c\-latencies=<\fIoutput name\fR> ] 61 [ \-z <\fIoutput name\fR> | \-\-q2d\-latencies=<\fIoutput name\fR> ] 186 .B \-\-d2c\-latencies=<\fIoutput name\fR> 188 The \-l option allows one to output per\-IO D2C latencies 195 .B \-\-periodic\-latencies=<\fIfreq\fR> 198 Q2C and D2C latencies. The frequency specified will regulate how often 236 .B \-\-q2c\-latencies=<\fIoutput name\fR> 238 The \-q option allows one to output per\-IO Q2C latencies [all...] |
/external/autotest/client/tests/tsc/ |
tsc.py | 47 latencies = re.findall("CPU \d+ - CPU \d+ =\s+-*\d+", 49 for ln in latencies:
|
/external/blktrace/btt/ |
args.c | 89 .name = "d2c-latencies", 95 .name = "periodic-latencies", 131 .name = "q2c-latencies", 197 .name = "q2d-latencies", 217 "[ -l <output name> | --d2c-latencies=<output name> ]\n" \ 218 "[ -L <freq> | --periodic-latencies=<freq> ]\n" \ 224 "[ -q <output name> | --q2c-latencies=<output name> ]\n" \ 235 "[ -z <output name> | --q2d-latencies=<output name> ]\n" \
|
/external/walt/ |
README.md | 18 * [Audio output and microphone latencies](docs/AudioLatency.md). 19 * MIDI input and output latencies
|
/external/walt/android/WALT/app/src/main/res/values/ |
strings.xml | 14 latencies, and MIDI input/output latencies.
|
/external/fio/examples/ |
ssd-steadystate.fio | 9 # state also provide a good idea of what kind of latencies to expect when
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
LatencyTracker.java | 23 * latencies over 2^31 ms (~ 25 days) cannot be measured.
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
LatencyTest.py | 98 latencies = [] 139 latencies.append( 142 self.log.info("Latency #%d = %d" % (i, latencies[-1])) 146 data=latencies, 197 latencies = [] 221 latencies.append( 224 self.log.info("Latency #%d = %d" % (i, latencies[-1])) 228 data=latencies, 270 latencies = [] 286 latencies.append [all...] |
/art/compiler/optimizing/ |
scheduler_arm.h | 28 // AArch32 instruction latencies. 30 // The following latencies were tuned based on performance experiments and
|
/external/autotest/client/tests/cyclictest/ |
help | 36 preemption patch. It is useful to track down unexpected large latencies on a system. 44 a maximum latency value, which is compared against the actual latencies of the test. 51 latencies will be much higher than on a kernel with latency tracing disabled.
|
/external/autotest/client/cros/networking/ |
pm_proxy.py | 23 # Used for software message propagation latencies.
|
/external/fio/ |
GFIO-TODO | 13 - Add ability to graph completion latencies, percentiles, etc.
|
/external/llvm/include/llvm/Transforms/Scalar/ |
MergedLoadStoreMotion.h | 20 // latencies, triggering if-conversion, and reducing static code size.
|
/external/llvm/lib/Target/X86/ |
X86ScheduleBtVer2.td | 164 // FIXME: Double precision latencies 165 // FIXME: SS vs PS latencies 166 // FIXME: ymm latencies 249 // FIXME: approximate latencies + pipe dependencies
|
/external/llvm/test/CodeGen/X86/ |
x86-64-double-precision-shift-left.ll | 4 ; of instructions with lower latencies instead of shld instruction.
|
x86-64-double-precision-shift-right.ll | 4 ; of instructions with lower latencies instead of shrd instruction.
|
/external/walt/docs/ |
ScreenLatency.md | 21 Median screen response latencies (N=100):
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/ |
MergedLoadStoreMotion.h | 20 // latencies, triggering if-conversion, and reducing static code size.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/ |
MergedLoadStoreMotion.h | 20 // latencies, triggering if-conversion, and reducing static code size.
|