Searched refs:iterations_between_time_checks (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/tool/
H A Dspeed.cc100 unsigned done = 0, iterations_between_time_checks; local
108 iterations_between_time_checks = 250;
111 iterations_between_time_checks =
113 if (iterations_between_time_checks > 1000) {
114 iterations_between_time_checks = 1000;
115 } else if (iterations_between_time_checks < 1) {
116 iterations_between_time_checks = 1;
121 for (unsigned i = 0; i < iterations_between_time_checks; i++) {

Completed in 43 milliseconds