OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Feb 28 05:31:39 UTC 2026