/external/autotest/server/cros/network/ |
D | arping_runner.py | 78 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/ |
D | dbstat_example.txt | 5 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)
|
D | dbstat.py | 100 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/ |
D | ClientStats.php | 21 private $latencies = null; variable in Grpc\\Testing\\ClientStats 68 return $this->latencies; 81 $this->latencies = $var;
|
D | ScenarioResult.php | 29 private $latencies = null; variable in Grpc\\Testing\\ScenarioResult 110 return $this->latencies; 123 $this->latencies = $var;
|
/external/autotest/client/tests/tsc/ |
D | tsc.py | 47 latencies = re.findall("CPU \d+ - CPU \d+ =\s+-*\d+", 49 for ln in latencies:
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 135 latencies = qps_data.get_data() 139 latencies=latencies,
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 43 - 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/ |
D | README.md | 18 * [Audio output and microphone latencies](docs/AudioLatency.md). 19 * MIDI input and output latencies
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 152 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/ |
D | X86ScheduleBtVer2.td | 164 // 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/ |
D | 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/site_tests/firmware_TouchMTB/ |
D | validators.py | 309 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/ |
D | usdt_sample.md | 98 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/ |
D | swp-vsum.ll | 11 ; V60 does not pipeline due to latencies.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 810 // 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/ |
D | x86-64-double-precision-shift-right.ll | 4 ; of instructions with lower latencies instead of shrd instruction.
|
D | x86-64-double-precision-shift-left.ll | 4 ; of instructions with lower latencies instead of shld instruction.
|
/external/grpc-grpc/src/ruby/qps/ |
D | proxy-worker.rb | 102 Grpc::Testing::ClientStats.new(latencies: lat, time_elapsed: elapsed)
|
D | client.rb | 150 Grpc::Testing::ClientStats.new(latencies: lat, time_elapsed: elapsed)
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | evaluation_config.proto | 50 // Process-specific numbers such as latencies, accuracy, etc.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-64-double-precision-shift-right.ll | 6 ; of instructions with lower latencies instead of shrd instruction.
|
D | x86-64-double-precision-shift-left.ll | 6 ; of instructions with lower latencies instead of shld instruction.
|
/external/walt/docs/ |
D | ScreenLatency.md | 21 Median screen response latencies (N=100):
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | stats.proto | 68 HistogramData latencies = 1; field
|