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