OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_num_loops
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/memtest/
bandwidth.h
28
_num_loops
(DEFAULT_NUM_LOOPS) {}
42
bench(
_num_loops
);
45
_mb_per_sec = (_size*(
_num_loops
/_BYTES_PER_MB))/(t/_NUM_NS_PER_SEC);
71
size_t num_loops() { return
_num_loops
; }
77
void set_num_loops(size_t num_loops) {
_num_loops
= num_loops; }
89
size_t
_num_loops
;
member in class:BandwidthBenchmark
150
_num_loops
= 2;
Completed in 299 milliseconds