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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_benchmark.c 69 unsigned int throughput = (n * (size >> 10)) / time; local in function:amdgpu_benchmark_log_results
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 in function:radeon_benchmark_log_results
87 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
89 throughput * 8, throughput);

Completed in 10 milliseconds