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