Home
last modified time | relevance | path

Searched refs:latencies (Results 1 – 25 of 68) sorted by relevance

123

/external/autotest/server/cros/network/
Darping_runner.py78 latencies = []
95 latencies.append(latency)
105 if count != len(latencies) + requests:
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 = latencies
154 self.latencies, self.responders))
/external/bcc/tools/
Ddbstat_example.txt5 displays a histogram of query latencies. For example:
111 -u, --microseconds display query latencies in microseconds (default:
116 dbstat postgres # display a histogram of PostgreSQL query latencies
117 dbstat mysql -v # display MySQL latencies and print the BPF program
118 dbstat mysql -u # display query latencies in microseconds (default: ms)
Ddbstat.py100 latencies = bpf["latency"] variable
104 latencies.print_log2_hist("query latency (%s)" %
107 latencies.clear()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientStats.php21 private $latencies = null; variable in Grpc\\Testing\\ClientStats
68 return $this->latencies;
81 $this->latencies = $var;
DScenarioResult.php29 private $latencies = null; variable in Grpc\\Testing\\ScenarioResult
110 return $this->latencies;
123 $this->latencies = $var;
/external/autotest/client/tests/tsc/
Dtsc.py47 latencies = re.findall("CPU \d+ - CPU \d+ =\s+-*\d+",
49 for ln in latencies:
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py135 latencies = qps_data.get_data()
139 latencies=latencies,
/external/ltp/testcases/realtime/
D00_Descriptions.txt43 - Measures latencies involved in asynchronous event handlers. Specifically it
54 - Is similar to the above two i.e. it measures latencies involved in
134 - Measures latencies involved in priority boosting through priority inheritance
220 - Measures latencies involved in pthread_cond_t
223 - Measures latencies involved in pthread_cond_t. This test executes in
/external/walt/
DREADME.md18 * [Audio output and microphone latencies](docs/AudioLatency.md).
19 * MIDI input and output latencies
/external/grpc-grpc/test/cpp/qps/
Dclient.h152 Histogram latencies; in Mark() local
170 latencies.Merge(to_merge[i]); in Mark()
178 threads_[i]->MergeStatsInto(&latencies, &statuses); in Mark()
200 latencies.FillProto(stats.mutable_latencies()); in Mark()
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td164 // FIXME: Double precision latencies
165 // FIXME: SS vs PS latencies
166 // FIXME: ymm latencies
249 // FIXME: approximate latencies + pipe dependencies
/external/autotest/client/tests/cyclictest/
Dhelp36 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/site_tests/firmware_TouchMTB/
Dvalidators.py309 latencies = latency_measurement.measure_latencies(finger_positions,
313 if not latencies:
314 latencies = [9.999]
316 avg = 1000.0 * sum(latencies) / len(latencies)
319 self.log_details('Max drag latency (ms): %f' % (1000 * max(latencies)))
320 self.log_details('Min drag latency (ms): %f' % (1000 * min(latencies)))
/external/bcc/examples/usdt_sample/
Dusdt_sample.md98 Use latency.py to trace the operation latencies:
148 Use lat_avg.py to trace the moving average of the latencies:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-vsum.ll11 ; V60 does not pipeline due to latencies.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td810 // operations cannot be done at the same time and so their latencies are added.
822 // operations cannot be done at the same time and so their latencies are added.
832 // operations cannot be done at the same time and so their latencies are added.
844 // their latencies are added.
855 // operations cannot be done at the same time and so their latencies are added.
876 // Since the Load and the PM cannot be done at the same time the latencies are
1011 // latencies are not added together. Otherwise this is like having two
1023 // latencies are not added together. Otherwise this is like having two
1049 // latencies are not added together. Otherwise this is like having two
1060 // latencies are not added together. Otherwise this is like having two
[all …]
/external/llvm/test/CodeGen/X86/
Dx86-64-double-precision-shift-right.ll4 ; of instructions with lower latencies instead of shrd instruction.
Dx86-64-double-precision-shift-left.ll4 ; of instructions with lower latencies instead of shld instruction.
/external/grpc-grpc/src/ruby/qps/
Dproxy-worker.rb102 Grpc::Testing::ClientStats.new(latencies: lat, time_elapsed: elapsed)
Dclient.rb150 Grpc::Testing::ClientStats.new(latencies: lat, time_elapsed: elapsed)
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
Devaluation_config.proto50 // Process-specific numbers such as latencies, accuracy, etc.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx86-64-double-precision-shift-right.ll6 ; of instructions with lower latencies instead of shrd instruction.
Dx86-64-double-precision-shift-left.ll6 ; of instructions with lower latencies instead of shld instruction.
/external/walt/docs/
DScreenLatency.md21 Median screen response latencies (N=100):
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto68 HistogramData latencies = 1; field

123