Home
last modified time | relevance | path

Searched defs:throughput (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_benchmark.c69 unsigned int throughput = (n * (size >> 10)) / time; in amdgpu_benchmark_log_results() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_benchmark.c85 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench_httpclient.c184 double throughput; in main() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_dc_dsc.c134 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd()