Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc696 unsigned maxLive = config.getUnsignedValue("max_unprocessed_profiles"); in post_process() local
697 if (produced.size() >= maxLive) { in post_process()