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

  /external/lisa/libs/wlgen/wlgen/
__init__.py 22 from wlgen.rta import RTA, Ramp, Step, Pulse, Periodic
rta.py 45 class RTA(Workload):
70 super(RTA, self).__init__(target, name)
84 # Setup RTA callbacks
120 rta = RTA(target, 'rta_calib')
121 rta.conf(kind='profile',
134 rta.run(as_root=True)
136 for line in rta.getOutput().split('\n'):
447 For example, the following configures an RTA workload with a single
452 wl = RTA(...
    [all...]
  /external/lisa/tests/lisa/
test_wlgen_rtapp.py 23 from wlgen import RTA, Periodic, Ramp, Step
29 Common functionality for testing RTA
68 rtapp = RTA(self.target, name='test', calibration=self.calibration)
145 Test RTA task composition with __add__
246 Test RTA custom workload
255 rtapp = RTA(self.target, name='test', calibration=calibration)
285 """Test RTA custom workload (providing calibration)"""
289 """Test RTA custom workload (providing no calibration)"""
298 rtapp = RTA(self.target, name='test', calibration=calibration)
  /external/lisa/tests/eas/
capacity_capping.py 25 from wlgen import Periodic, RTA
124 wload = RTA(cls.env.target, "busy_threads",
  /external/clang/lib/Analysis/
Consumed.cpp 696 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
697 ReturnState = mapReturnTypestateAttrState(RTA);
790 if (ReturnTypestateAttr *RTA = Constructor->getAttr<ReturnTypestateAttr>()) {
792 ConsumedState RetState = mapReturnTypestateAttrState(RTA);
    [all...]
  /external/lisa/libs/utils/
executor.py 553 self._log.error('RTA task of kind [%s] not supported',
566 rtapp = wlgen.RTA(self.target,
579 rtapp = wlgen.RTA(self.target,
587 rtapp = wlgen.RTA(self.target,
env.py 33 from wlgen import RTA
    [all...]

Completed in 325 milliseconds