Searched refs:batchingPeriodInNs (Results 1 – 1 of 1) sorted by relevance
208 const int64_t batchingPeriodInNs = 0; // no batching in testStreamingOperation() local226 ASSERT_EQ(batch(handle, samplingPeriodInNs, batchingPeriodInNs), Result::OK); in testStreamingOperation()258 constexpr int64_t batchingPeriodInNs = 0; // no batching variable283 ASSERT_EQ(batch(handle, firstCollectionPeriod, batchingPeriodInNs), Result::OK);290 ASSERT_EQ(batch(handle, secondCollectionPeriod, batchingPeriodInNs), Result::OK);370 int64_t batchingPeriodInNs = minFifoCount * minSamplingPeriodInNs; in testBatchingOperation() local372 if (batchingPeriodInNs < oneSecondInNs) { in testBatchingOperation()377 if (batchingPeriodInNs > maxBatchingTestTimeNs) { in testBatchingOperation()378 batchingPeriodInNs = maxBatchingTestTimeNs; in testBatchingOperation()379 minFifoCount = (uint32_t)(batchingPeriodInNs / minSamplingPeriodInNs); in testBatchingOperation()[all …]