HomeSort by relevance Sort by last modified time
    Searched refs:runt (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/test/
recover3.go 34 runt, ok := v.(runtime.Error)
40 s := runt.Error()
  /prebuilts/go/linux-x86/test/
recover3.go 34 runt, ok := v.(runtime.Error)
40 s := runt.Error()
  /external/fio/
stat.c 367 unsigned long min, max, runt; local
379 runt = ts->runtime[ddir];
381 bw = (1000 * ts->io_bytes[ddir]) / runt;
385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
388 log_info(" %s: io=%s, bw=%s/s, iops=%s, runt=%6llumsec\n",
540 double runt = (double) runtime; local
542 usr_cpu = (double) ts->usr_time * 100 / runt;
543 sys_cpu = (double) ts->sys_time * 100 / runt;
615 uint64_t runt = ts->runtime[ddir]; local
617 bw = ((1000 * ts->io_bytes[ddir]) / runt) / 1024
699 uint64_t runt = ts->runtime[ddir]; local
804 double runt = (double) ts->total_run_time; local
868 double runt = (double) ts->total_run_time; local
934 double runt = (double) ts->total_run_time; local
1325 unsigned long runt = ts->runtime[j]; local
    [all...]
idletime.c 327 uint64_t runt; local
356 runt = utime_since(&ipt->tps, &ipt->tpe);
357 if (runt)
358 ipt->idleness = ipt->loops * ipc.cali_mean / runt;
gclient.c 825 double runt = (double) runtime; local
827 usr_cpu = (double) ts->usr_time * 100 / runt;
828 sys_cpu = (double) ts->sys_time * 100 / runt;
1181 unsigned long min[3], max[3], runt; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-rhine.c 511 unsigned long runt:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon33096
    [all...]

Completed in 221 milliseconds