Searched refs:IsOverCpuThreshold (Results 1 – 4 of 4) sorted by relevance
50 EXPECT_TRUE(gr.IsOverCpuThreshold(gc)); in TEST()70 EXPECT_FALSE(gr.IsOverCpuThreshold(gc)); in TEST()
50 bool IsOverCpuThreshold(const GuardrailConfig& ds);
92 bool ProfilerCpuGuardrails::IsOverCpuThreshold(const GuardrailConfig& ds) { in IsOverCpuThreshold() function in perfetto::profiling::ProfilerCpuGuardrails
1250 if (gr.IsOverCpuThreshold(ds.guardrail_config)) { in CheckDataSourceCpuTask()