Home
last modified time | relevance | path

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

12

/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientStats.php21 protected $latencies = null; variable in Grpc\\Testing\\ClientStats
88 return $this->latencies;
101 $this->latencies = $var;
DScenarioResult.php29 protected $latencies = null; variable in Grpc\\Testing\\ScenarioResult
135 return $this->latencies;
148 $this->latencies = $var;
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py112 latencies = qps_data.get_data()
116 stats = stats_pb2.ClientStats(latencies=latencies,
337 result.merge(sub_status.stats.latencies)
339 sub_status.stats.latencies.count)
346 status.stats.latencies.count)
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/
Dgstaudiolatency.c253 last_latency = self->latencies[last_latency_idx]; in gst_audiolatency_get_latency()
266 if (G_LIKELY (self->latencies[ii] > 0)) in gst_audiolatency_get_average_latency_unlocked()
268 average += self->latencies[ii]; in gst_audiolatency_get_average_latency_unlocked()
292 self->latencies[self->next_latency_idx] = latency; in gst_audiolatency_set_latency()
Dgstaudiolatency.h55 gint latencies[GST_AUDIOLATENCY_NUM_LATENCIES]; member
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py141 latencies = qps_data.get_data()
144 stats = stats_pb2.ClientStats(latencies=latencies,
/third_party/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
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c40 static GHashTable *latencies = NULL; variable
594 update_latency_table (latencies, key, time, ts); in do_latency_stats()
961 latencies = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, in init()
982 if (latencies) { in done()
983 g_hash_table_remove_all (latencies); in done()
984 g_hash_table_destroy (latencies); in done()
985 latencies = NULL; in done()
1099 list = g_hash_table_get_values (latencies); in print_stats()
/third_party/grpc/test/cpp/qps/
Dclient.h154 Histogram latencies; in Mark() local
172 latencies.Merge(to_merge[i]); in Mark()
180 threads_[i]->MergeStatsInto(&latencies, &statuses); in Mark()
202 latencies.FillProto(stats.mutable_latencies()); in Mark()
Ddriver.cc140 histogram.MergeProto(result->latencies()); in postprocess_scenario_result()
153 qps += client_stat.latencies().count() / client_stat.time_elapsed(); in postprocess_scenario_result()
267 merged_latencies.MergeProto(stats.latencies()); in ReceiveFinalStatusFromClients()
/third_party/EGL/extensions/NV/
DEGL_NV_n_buffer.txt135 latencies may be introduced. This is especially problematic
138 out these latencies, allowing a steady frame rate.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td817 // operations cannot be done at the same time and so their latencies are added.
829 // operations cannot be done at the same time and so their latencies are added.
839 // operations cannot be done at the same time and so their latencies are added.
850 // their latencies are added.
861 // operations cannot be done at the same time and so their latencies are added.
881 // Since the Load and the PM cannot be done at the same time the latencies are
1025 // latencies are not added together. Otherwise this is like having two
1037 // latencies are not added together. Otherwise this is like having two
1063 // latencies are not added together. Otherwise this is like having two
1074 // latencies are not added together. Otherwise this is like having two
[all …]
DPPCScheduleP9.td384 // 2 or 5 cycle latencies for the branch unit.
402 // so the latencies for their resources must be added.
/third_party/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)
/third_party/grpc/src/proto/grpc/testing/
Dstats.proto68 HistogramData latencies = 1; field
Dcontrol.proto275 HistogramData latencies = 2; field
/third_party/ltp/runtest/
Dltp-aio-stress.part223 # -l print io_submit latencies after each stage
Dltp-aio-stress.part123 # -l print io_submit latencies after each stage
/third_party/ltp/testcases/kernel/numa/
DREADME10 to either decrease the memory latencies or increase the memory bandwidth by properly applying polci…
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c791 d.latencies[LAT_DUR_USERCB] = in lws_ss_deserialize_parse()
793 d.latencies[LAT_DUR_PROXY_CLIENT_REQ_TO_WRITE] = in lws_ss_deserialize_parse()
795 d.latencies[LAT_DUR_PROXY_CLIENT_WRITE_TO_PROXY_RX] = in lws_ss_deserialize_parse()
Dsecure-streams-process.c665 wsi->detlat.latencies[ in callback_ss_proxy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleM4.td35 // Some definitions of latencies we apply to different instructions
DARMSchedule.td38 // shorter latencies to certain registers as needed in the example above.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedA53.td56 // shift-only instruction. These latencies will be incorrect when the
95 // accounted for in the WriteST* latencies below

12