74 size_t num_low = 1, num_high = 1;
95 for (
size_t j = 0; j != num_high; ++j)
97 for (
size_t i = 0; i != num_low; ++i)
110 t1 =
g_time->GetCurrent();
116 t0 =
g_time->GetCurrent();
117 for (
size_t j = 0; j != num_high; ++j)
119 for (
size_t i = 0; i != num_low; ++i)
131 t1 =
g_time->GetCurrent();
135 ins.
_numHigh = size_t(round(num_high / (t1 - t0)));
136 ins.
_numLow = size_t(num_low / (t1 - t0));