Home
last modified time | relevance | path

Searched refs:total_latency (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc21 ((*it)->total_latency() >= node->total_latency())) { in AddNode()
401 DCHECK_NE(-1, successor->total_latency()); in ComputeTotalLatencies()
402 if (successor->total_latency() > max_latency) { in ComputeTotalLatencies()
403 max_latency = successor->total_latency(); in ComputeTotalLatencies()
Dinstruction-scheduler.h74 int total_latency() const { return total_latency_; } in total_latency() function
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c126 pa_usec_t total_latency; member
306 o->total_latency = snapshot_latency; in adjust_rates()
310 if (min_total_latency == (pa_usec_t)-1 || o->total_latency < min_total_latency) in adjust_rates()
311 min_total_latency = o->total_latency; in adjust_rates()
321 if (o->total_latency > 10*PA_USEC_PER_SEC) in adjust_rates()
322 …timing in one of your drivers is broken.", o->sink->name, (double) o->total_latency / PA_USEC_PER_… in adjust_rates()
337 target_latency = o_max->total_latency; in adjust_rates()
354 latency_difference = (int64_t)o->total_latency - (int64_t)target_latency; in adjust_rates()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h57796 long unsigned int total_latency; member