Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DDeviceConfigHelper.java89 public static final String COST_STACK_SAMPLING = "cost_stack_sampling"; field in DeviceConfigHelper
241 COST_STACK_SAMPLING, in getAllRateLimiterProperties()
DRateLimiter.java153 mCostStackSampling = properties.getInt(DeviceConfigHelper.COST_STACK_SAMPLING, in RateLimiter()
502 mCostStackSampling = properties.getInt(DeviceConfigHelper.COST_STACK_SAMPLING, in maybeUpdateConfigs()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java1131 DeviceConfigHelper.COST_STACK_SAMPLING, costStackSampling); in overrideRateLimiterDefaults()