HomeSort by relevance Sort by last modified time
    Searched refs:delta_pct (Results 1 - 2 of 2) sorted by null

  /external/lisa/tests/lisa/
test_wlgen_rtapp.py 154 delta_pct = 20
155 num_ramp_phases = ((end_pct - start_pct) / delta_pct) + 1
156 ramp = Ramp(start_pct=start_pct, end_pct=end_pct, delta_pct=delta_pct,
  /external/lisa/libs/wlgen/wlgen/
rta.py 542 :param delta_pct: the load increase/decrease at each step, in percentage
557 def __init__(self, start_pct=0, end_pct=100, delta_pct=10, time_s=1,
572 if delta_pct > 0:
573 delta_pct = -delta_pct
576 if delta_pct < 0:
577 delta_pct = -delta_pct
581 steps = range(start_pct, end_pct+delta_adj, delta_pct)
616 delta_pct = abs(end_pct - start_pct
    [all...]

Completed in 73 milliseconds