HomeSort by relevance Sort by last modified time
    Searched full:total_delay (Results 1 - 9 of 9) sorted by null

  /art/runtime/
thread_list.cc 333 const uint64_t total_delay = NanoTime() - start_time; local
337 if (UNLIKELY(total_delay > kLongWaitThreshold)) {
338 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for "
803 const uint64_t total_delay = NanoTime() - start_time; local
804 if (total_delay >= MsToNs(kThreadSuspendTimeoutMs)) {
813 total_delay > static_cast<uint64_t>(kThreadSuspendMaxYieldUs) * 1000) {
904 const uint64_t total_delay = NanoTime() - start_time; local
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 94 int total_delay; member in struct:instance
629 delay = MAX(upstream->total_delay, delay);
632 instance->total_delay = delay + module->get_delay(module);
730 return pipeline->sink_instance->total_delay;
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 662 flagTotalDelay: flag.Bool("total_delay", false, "Display total delay at each region"),
779 si, err = sampleIndex(p, &f.flagTotalDelay, si, 1, "delay", "-total_delay", err)
877 " -total_delay Display total delay at each region\n" +
interactive.go 222 total_delay for contention profiles
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 662 flagTotalDelay: flag.Bool("total_delay", false, "Display total delay at each region"),
779 si, err = sampleIndex(p, &f.flagTotalDelay, si, 1, "delay", "-total_delay", err)
877 " -total_delay Display total delay at each region\n" +
interactive.go 222 total_delay for contention profiles
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
driver.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
driver.a     [all...]
  /external/jemalloc/bin/
jeprof.in 217 --total_delay Display total delay at each region [default]
425 "total_delay!" => \$main::opt_total_delay,
    [all...]

Completed in 1896 milliseconds