Home
last modified time | relevance | path

Searched refs:entriesCount (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DTransactionsTraceParser.kt50 val entriesCount = queryTraceEntriesCount(input) in <lambda>() constant
52 for (startEntryId in 0L until entriesCount step BATCH_SIZE) { in <lambda>()
53 val endEntryId = min(startEntryId + BATCH_SIZE, entriesCount) in <lambda>()