Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dprofiler_guardrails_unittest.cc50 EXPECT_TRUE(gr.IsOverCpuThreshold(gc)); in TEST()
70 EXPECT_FALSE(gr.IsOverCpuThreshold(gc)); in TEST()
Dprofiler_guardrails.h50 bool IsOverCpuThreshold(const GuardrailConfig& ds);
Dprofiler_guardrails.cc92 bool ProfilerCpuGuardrails::IsOverCpuThreshold(const GuardrailConfig& ds) { in IsOverCpuThreshold() function in perfetto::profiling::ProfilerCpuGuardrails
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc1250 if (gr.IsOverCpuThreshold(ds.guardrail_config)) { in CheckDataSourceCpuTask()