Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/rpc/
Dquery_result_serializer.cc101 uint32_t approx_batch_size = 16; in SerializeBatch() local
133 approx_batch_size > batch_split_threshold_) { in SerializeBatch()
149 approx_batch_size += 4; // Just a guess, doesn't need to be accurate. in SerializeBatch()
154 approx_batch_size += sizeof(double); in SerializeBatch()
168 approx_batch_size += len_with_nul + 4; // 4 is a guess on the preamble. in SerializeBatch()
183 approx_batch_size += len + 4; // 4 is a guess on the preamble size. in SerializeBatch()