Home
last modified time | relevance | path

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

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