Home
last modified time | relevance | path

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

/tools/testing/selftests/damon/
Ddamos_quota_goal.py39 goal.current_value = score_values_to_test.pop(0)
40 expect_increase = goal.current_value < goal.target_value
61 goal.current_value, last_effective_bytes, goal.effective_bytes,
D_damon_sysfs.py91 current_value = None variable in DamosQuotaGoal
96 def __init__(self, metric, target_value=10000, current_value=0): argument
99 self.current_value = current_value
114 self.current_value)