Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts54 private static readonly CHUNK_SIZE_BYTES = 50 * 1024 * 1024; property in ParserFactory
67 chunkStart += ParserFactory.CHUNK_SIZE_BYTES
73 const chunkEnd = chunkStart + ParserFactory.CHUNK_SIZE_BYTES;