Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dprofiler_guardrails.cc93 uint64_t ds_max_cpu = ds.cpu_guardrail_sec; in IsOverCpuThreshold() local
94 if (!ds_max_cpu || !opt_cputime_sec_) in IsOverCpuThreshold()
103 if (cputime_sec > *start_cputime_sec && cpu_diff > ds_max_cpu) { in IsOverCpuThreshold()
106 cpu_diff, ds_max_cpu); in IsOverCpuThreshold()