Searched refs:oneSecondInNs (Results 1 – 1 of 1) sorted by relevance
1208 constexpr int64_t oneSecondInNs = 1ull * 1000 * 1000 * 1000; in testBatchingOperation() local1222 if (batchingPeriodInNs < oneSecondInNs) { in testBatchingOperation()1232 std::max(oneSecondInNs, batchingPeriodInNs / 10); in testBatchingOperation()