/external/lisa/tests/lisa/ |
D | test_wlgen_rtapp.py | 50 self.calibration = {c: 100 74 rtapp = RTA(self.target, name='test', calibration=self.calibration) 118 rtapp = RTA(self.target, name='test', calibration=self.calibration) 221 def _test_custom_smoke(self, calibration): argument 232 rtapp = RTA(self.target, name='test', calibration=calibration) 263 self._test_custom_smoke(self.calibration)
|
/external/lisa/libs/wlgen/wlgen/ |
D | rta.py | 53 calibration=None): argument 65 self.pload = calibration 301 calibration = self.getCalibrationConf(target_cpu) 311 if type(calibration) != int: 312 calibration = '"{}"'.format(calibration) 316 '__PVALUE__' : str(calibration), 362 calibration = self.getCalibrationConf(target_cpu) 363 global_conf['calibration'] = calibration
|
/external/lisa/ipynb/thermal/ |
D | ThermalSensorCharacterisation.ipynb | 94 " # RTApp calibration values (comment to let LISA do a calibration run)\n", 158 "# Create a new RTApp workload generator using the calibration values\n", 160 "rtapp_big = RTA(target, 'big', calibration=te.calibration())\n", 177 " # 3. Set load reference for task calibration\n", 194 "rtapp_little = RTA(target, 'little', calibration=te.calibration())\n",
|
/external/lisa/ipynb/examples/energy_meter/ |
D | EnergyMeter_HWMON.ipynb | 90 " \"modules\" : [\"cpufreq\"], # Required by rt-app calibration\n", 145 "04:00:30 WARNING : Target - Using configuration provided RTApp calibration\n", 146 "04:00:30 INFO : Target - Using RT-App calibration values:\n", 194 "04:00:30 INFO : RTApp - | calibration CPU: 1\n", 230 "rtapp = RTA(te.target, 'ramp', calibration=te.calibration())\n",
|
D | EnergyMeter_AEP.ipynb | 93 " \"modules\" : [\"cpufreq\"], # Required by rt-app calibration\n", 145 "03:58:40 WARNING : Target - Using configuration provided RTApp calibration\n", 146 "03:58:40 INFO : Target - Using RT-App calibration values:\n", 194 "03:58:42 INFO : RTApp - | calibration CPU: 1\n", 230 "rtapp = RTA(te.target, 'ramp', calibration=te.calibration())\n",
|
D | EnergyMeter_ACME.ipynb | 93 " \"modules\" : [\"cpufreq\"], # Required by rt-app calibration\n", 144 "06:32:33 WARNING : Target - Using configuration provided RTApp calibration\n", 145 "06:32:33 INFO : Target - Using RT-App calibration values:\n", 195 "06:32:33 INFO : RTApp - | calibration CPU: 1\n", 235 "rtapp = RTA(te.target, 'ramp', calibration=te.calibration())\n",
|
D | EnergyMeter_Monsoon.ipynb | 113 " \"modules\" : [\"cpufreq\"], # Required by rt-app calibration\n", 182 …2017-05-10 16:00:53,203 WARNING : TestEnv : Using configuration provided RTApp calibration\n", 183 "2017-05-10 16:00:53,204 INFO : TestEnv : Using RT-App calibration values:\n", 238 "2017-05-10 16:01:02,646 INFO : Workload : | calibration CPU: 4\n", 274 "rtapp = RTA(te.target, 'ramp', calibration=te.calibration())\n",
|
/external/lisa/ipynb/tutorial/ |
D | 03_WlGenUsage.ipynb | 93 " # Comment the following line to force rt-app calibration on your target\n", 147 "12:23:02 WARNING : Target - Using configuration provided RTApp calibration\n", 148 "12:23:02 INFO : Target - Using RT-App calibration values:\n", 252 "# Create a new RTApp workload generator using the calibration values\n", 255 "rtapp = RTA(target, rtapp_name, calibration=te.calibration())" 280 "12:38:39 INFO : RTApp - | calibration CPU: 1\n", 342 " \"calibration\": 138, \n", 740 "# Create a new RTApp workload generator using the calibration values\n", 743 "rtapp = RTA(target, rtapp_name, calibration=te.calibration())" 768 "12:44:39 INFO : RTApp - | calibration CPU: 1\n", [all …]
|
/external/lisa/ipynb/examples/trappy/ |
D | trappy_example.ipynb | 126 …2016-12-12 12:31:49,448 WARNING : TestEnv : Using configuration provided RTApp calibration\n", 127 "2016-12-12 12:31:49,449 INFO : TestEnv : Using RT-App calibration values:\n", 220 "2016-12-12 12:32:22,827 INFO : Workload : | calibration CPU: 1\n", 228 "2016-12-12 12:32:22,831 INFO : Workload : | calibration CPU: 1\n", 238 "2016-12-12 12:32:22,836 INFO : Workload : | calibration CPU: 1\n", 256 "2016-12-12 12:32:22,844 INFO : Workload : | calibration CPU: 1\n", 266 "# Create a new RTApp workload generator using the calibration values\n", 267 "rtapp = RTA(target, 'trappy', calibration=te.calibration())\n",
|
/external/lisa/ipynb/profiling/ |
D | kernel_functions_profiling.ipynb | 107 "01:44:11 WARNING : Target - Using configuration provided RTApp calibration\n", 108 "01:44:11 INFO : Target - Using RT-App calibration values:\n", 141 " # RTApp calibration values (comment to let LISA do a calibration run)\n", 316 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 323 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 330 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 337 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 344 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 351 "01:51:05 INFO : RTApp - | calibration CPU: 1\n", 396 "01:52:24 INFO : RTApp - | calibration CPU: 1\n", [all …]
|
/external/lisa/libs/utils/ |
D | executor.py | 560 wl_idx, calibration = self.te.calibration()) 573 wl_idx, calibration = self.te.calibration()) 581 wl_idx, calibration = self.te.calib)
|
D | env.py | 267 self.calibration() 779 def calibration(self, force=False): member in TestEnv
|
/external/lisa/tests/eas/ |
D | capacity_capping.py | 125 calibration=cls.env.calibration())
|
/external/lisa/ipynb/examples/devlib/ |
D | cgroups_example.ipynb | 104 "2016-12-08 11:42:44,259 INFO : RTApp : CPU0 calibration...\n", 110 "2016-12-08 11:42:44,331 INFO : Workload : | calibration CPU: 0\n", 117 "2016-12-08 11:42:46,114 INFO : RTApp : CPU1 calibration...\n", 123 "2016-12-08 11:42:46,185 INFO : Workload : | calibration CPU: 1\n", 130 "2016-12-08 11:42:48,012 INFO : RTApp : CPU2 calibration...\n", 136 "2016-12-08 11:42:48,087 INFO : Workload : | calibration CPU: 2\n", 143 "2016-12-08 11:42:49,900 INFO : RTApp : CPU3 calibration...\n", 149 "2016-12-08 11:42:49,970 INFO : Workload : | calibration CPU: 3\n", 156 "2016-12-08 11:42:51,757 INFO : RTApp : Target RT-App calibration:\n", 159 "2016-12-08 11:42:51,884 INFO : TestEnv : Using RT-App calibration values:\n", [all …]
|
/external/v8/tools/ |
D | plot-timer-events | 51 calibration_log=calibration.log
|
/external/netperf/ |
D | README.hpux | 6 requires calibration. See src/netcpu_pstat.c for all the details.
|
/external/lisa/ |
D | target.config | 38 /* Keep commented to do calibration at first run on a target. */
|
/external/lisa/ipynb/examples/utils/ |
D | testenv_example.ipynb | 162 " # RTApp calibration values (comment to let LISA do a calibration run)\n", 503 "# Calibrate RT-App (if required) and get the most updated calibration value\n", 504 "te.calibration()"
|
D | executor_example.ipynb | 291 "2016-12-07 10:18:02,276 INFO : Workload : | calibration CPU: 1\n", 318 "2016-12-07 10:18:18,331 INFO : Workload : | calibration CPU: 1\n",
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 71 * Automatic calibration values
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.txt | 71 * Automatic calibration values
|
/external/python/cpython2/Tools/pybench/ |
D | README | 72 -C arg set the number of calibration runs to arg (20) 346 - calibration is now a separate step and done using
|
/external/python/cpython2/Doc/library/ |
D | profile.rst | 580 and the results are actually better than without calibration. 583 .. _profile-calibration: 649 that you choose (see :ref:`profile-calibration`). For most machines, a timer 655 appropriate calibration constant.
|
/external/lisa/ipynb/tests/ |
D | Frequency_Invariance_Test.ipynb | 180 …2017-02-13 18:37:34,007 WARNING : TestEnv : Using configuration provided RTApp calibration\n", 181 "2017-02-13 18:37:34,008 INFO : TestEnv : Using RT-App calibration values:\n", 218 "2017-02-13 18:37:38,689 INFO : Workload : | calibration CPU: 1\n",
|
/external/lisa/ipynb/examples/trace_analysis/ |
D | TraceAnalysis_IdleStates.ipynb | 125 " # RTApp calibration values (comment to let LISA do a calibration run)\n", 180 …2017-01-20 11:55:07,199 WARNING : TestEnv : Using configuration provided RTApp calibration\n", 181 "2017-01-20 11:55:07,200 INFO : TestEnv : Using RT-App calibration values:\n", 256 " rtapp = RTA(te.target, 'ramp', calibration=te.calibration())\n", 303 "2017-01-20 11:55:44,656 INFO : Workload : | calibration CPU: 1\n",
|