Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dprofiler_guardrails.cc102 uint64_t cpu_diff = cputime_sec - *start_cputime_sec; in IsOverCpuThreshold() local
103 if (cputime_sec > *start_cputime_sec && cpu_diff > ds_max_cpu) { in IsOverCpuThreshold()
106 cpu_diff, ds_max_cpu); in IsOverCpuThreshold()