Lines Matching full:goal
14 goal = _damon_sysfs.DamosQuotaGoal(
23 goals=[goal], reset_interval_ms=100),
39 goal.current_value = score_values_to_test.pop(0)
40 expect_increase = goal.current_value < goal.target_value
51 last_effective_bytes = goal.effective_bytes
61 goal.current_value, last_effective_bytes, goal.effective_bytes,
62 goal.effective_bytes / last_effective_bytes
65 if last_effective_bytes == goal.effective_bytes:
66 print('efective bytes not changed: %d' % goal.effective_bytes)
69 increased = last_effective_bytes < goal.effective_bytes
74 last_effective_bytes = goal.effective_bytes