Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/bigtrace/orchestrator/
H A Dorchestrator_impl.cc129 : stub_(std::move(stub)), max_query_concurrency_(max_query_concurrency) {} in OrchestratorImpl()
180 max_query_concurrency_ / current_query_count); in Query()
H A Dorchestrator_impl.h46 uint32_t max_query_concurrency_ = kDefaultMaxQueryConcurrency; variable