Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/rpc/
Dquery_result_serializer.h74 batch_split_threshold_ = thres; in set_batch_size_for_testing()
95 uint32_t batch_split_threshold_ = 1024 * 128; variable
Dquery_result_serializer.cc54 const size_t slice = batch_split_threshold_ + 4096; in Serialize()
133 approx_batch_size > batch_split_threshold_) { in SerializeBatch()