Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dprofiler_guardrails_unittest.cc98 EXPECT_TRUE(gr.IsOverMemoryThreshold(gc)); in TEST()
125 EXPECT_FALSE(gr.IsOverMemoryThreshold(gc)); in TEST()
Dprofiler_guardrails.h62 bool IsOverMemoryThreshold(const GuardrailConfig& ds);
Dprofiler_guardrails.cc62 bool ProfilerMemoryGuardrails::IsOverMemoryThreshold( in IsOverMemoryThreshold() function in perfetto::profiling::ProfilerMemoryGuardrails
/external/perfetto/src/profiling/perf/
Dperf_producer.cc372 if (footprint_snapshot.IsOverMemoryThreshold(gconfig)) { in CheckMemoryFootprintPeriodic()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc1269 if (gr.IsOverMemoryThreshold(ds.guardrail_config)) { in CheckDataSourceMemoryTask()