OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_usecs
(Results
1 - 2
of
2
) sorted by null
/external/nos/test/system-test-harness/tools/
nugget_tools.cc
134
auto
max_usecs
=
local
142
std::chrono::microseconds(stats1.time_since_hard_reset) <
max_usecs
) {
147
<<
max_usecs
.count() << " microseconds\n";
/system/extras/tests/ext4/
rand_emmc_perf.c
58
long long
max_usecs
;
local
87
max_usecs
= (max.tv_sec * 1000000LL) + max.tv_usec;
93
TST_BLK_SIZE,
max_usecs
);
Completed in 194 milliseconds