HomeSort by: relevance | last modified time | path
    Searched defs:throughput (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_benchmark.c 69 unsigned int throughput = (n * (size >> 10)) / time; local
71 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
73 throughput * 8, throughput);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_benchmark.c 85 unsigned int throughput = (n * (size >> 10)) / time; local
87 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
89 throughput * 8, throughput);
  /src/external/bsd/libevent/dist/test/
bench_httpclient.c 184 double throughput; local
216 throughput = total_n_handled /
227 printf("\n%d requests in %d.%06d sec. (%.2f throughput)\n"
232 throughput,
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench_httpclient.c 185 double throughput; local
217 throughput = total_n_handled /
228 printf("\n%d requests in %d.%06d sec. (%.2f throughput)\n"
233 throughput,

Completed in 110 milliseconds