/external/autotest/client/tests/dacapo/ |
D | control | 23 workload = large 28 workload = large 32 workload = large 36 workload = large 40 workload = large 44 workload = large 48 workload = large 52 workload = large 56 workload = large 60 workload = large [all …]
|
D | dacapo.py | 67 workload = cfg.get('global', 'workload') 70 workload = cfg.get(test, 'workload') 73 workload = '-s %s ' % workload 77 args = verbose + workload + scratch + iterations + test
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 35 Each test case draws multiple times with different workload sizes. A workload 37 frame is measured, and the slope of the workload size vs frame time data is 39 a workload increase of 1 loop iteration. 55 workload size and frame time. Instead, there tends to be some amount of initial 56 "free" operations. That is, it may be that all workload sizes below some number 57 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 39 Each test case draws multiple times with different workload sizes. A workload 41 frame is measured, and the slope of the workload size vs frame time data is 43 a workload increase of 1 loop iteration. 59 workload size and frame time. Instead, there tends to be some amount of initial 60 "free" operations. That is, it may be that all workload sizes below some number 61 C yield the same frame time, and only workload sizes beyond C increase the frame
|
/external/lisa/experiments/ |
D | run_camera.py | 41 if args.workload not in workloads: 46 wload = Workload.getInstance(te, args.workload) 85 "results_dir" : args.workload,
|
/external/fio/t/jobs/ |
D | t0006-82af2a7c.fio | 1 # Expected results: workload runs and switches between 'm' and 'V' state 2 # Buggy result: workload stays in 'm' mode, never doing actual verifies
|
/external/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 291 def get_job_count(stress, workload, sched_smt): argument 301 if workload == "ebizzy" and int(sched_smt) ==0: 303 if workload == "kernbench" and int(sched_smt) < 2: 321 workload = "ebizzy" 327 if file_name == workload: 376 workload = "kernbench" 382 if file_name == workload: 437 def trigger_workld(sched_smt, workload, stress, duration, background, pinned, perf_test): argument 442 if workload == "ebizzy": 444 if workload == "kernbench":
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 79 int workload; member 524 …e renderSample (const RenderData& occluder, const RenderData& occluded, int workload) const = 0; 597 const int workload = maxWorkload*step/ITERATION_STEPS; in iterate() local 600 params.push_back(workload); in iterate() 608 const int workload = params[ndx]; in iterate() local 609 Sample sample = renderSample(*occluderData, *occludedData, workload); in iterate() 611 sample.workload = workload; in iterate() 654 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << TestLog::EndSample; in logSamples() 671 …log << TestLog::Sample << sample.workload << sample.order << sample.testTime << sample.nullTime <<… in logSamples() 753 testSamples[ndx] = Vec2((float)sample.workload, (float)sample.testTime); in logAnalysis() [all …]
|
/external/lisa/ipynb/examples/android/workloads/ |
D | Android_Workloads.ipynb | 128 " # Load workload params\n", 135 " # Check for workload being available\n", 148 " # Run the required workload\n", 217 " # Run each workload\n", 221 " # Skip workload if not enabled by the configuration\n", 234 " # No workload filters defined, execute all workloads\n", 328 "# List of possible workloads to run, each workload consists of a workload name\n", 329 "# followed by a list of workload specific parameters\n", 331 "# YouTube workload:\n", 338 "# Jankbench workload:\n", [all …]
|
/external/lisa/ipynb/tutorial/ |
D | 03_WlGenUsage.ipynb | 14 …"This tutorial aims to show how to **configure and run** a **synthetic workload** using the **wlge… 223 "# Single task RTApp workload" 244 "12:38:37 INFO : WlGen - Setup new workload example1\n" 252 "# Create a new RTApp workload generator using the calibration values\n", 732 "12:43:40 INFO : WlGen - Setup new workload example2\n" 740 "# Create a new RTApp workload generator using the calibration values\n", 799 "# Light workload\n", 802 "# Ramp workload\n", 804 "# Heavy workload\n", 807 "# Composed workload\n", [all …]
|
/external/lisa/ipynb/examples/android/benchmarks/ |
D | Android_Geekbench.ipynb | 121 " # Get workload\n", 124 " # Run Geekbench workload\n", 352 " for workload in section[\"workloads\"]:\n", 353 " self.benchmarks[section[\"name\"]][workload[\"name\"]] = workload \n", 376 …" return [workload[\"name\"] for workload in self.benchmarks.values()[0][\"workloads\"]]\n", 387 " \"\"\"Get the detailed workload scores of each benchmark\n", 396 " for workload in workloads:\n", 397 " data[workload] = {}\n", 399 …" data[workload][field] = self.benchmarks[benchmark][workload][field] \n… 441 " for workload, fields in results.iteritems():\n", [all …]
|
/external/lisa/ipynb/releases/ |
D | ReleaseNotes_v17.03.ipynb | 242 …"A new API has been adde which allows to defined how to execute and Android workload with the addi… 294 " 'run': <function android.workload.run>,\n", 295 " 'tracingStart': <function android.workload.tracingStart>,\n", 296 " 'tracingStop': <function android.workload.tracingStop>}" 312 …ne which the user is required to implement to specify how to run the specific Android workload.\n", 315 "To create a new workload it's required to create a new module under this folder:\n", 318 "Here is an enample of usage of this class to run a YouTube workload:\n", 390 …"A new API has been added which allows to defined how to run an Android workload to perform a pre-… 471 …"Here is an example usage of this API to run a YouTube workload using different CPUFreq governor:\…
|
/external/lisa/libs/wlgen/wlgen/ |
D | __init__.py | 21 from wlgen.workload import Workload
|
/external/fio/examples/ |
D | zipf.fio | 2 # of a purely random workload where each block is read
|
D | latency-profile.fio | 4 # read workload.
|
D | jesd219.fio | 1 # Sample implementation of the JESD219 workload for SSD endurance
|
/external/lisa/libs/utils/android/ |
D | __init__.py | 22 from workload import Workload
|
/external/lisa/ipynb/examples/utils/ |
D | executor_example.ipynb | 12 " - a workload to execute\n", 106 " - **iterations**: number of iterations for each workload.\n", 286 "2016-12-07 10:18:02,274 INFO : Workload : Setup new workload rta\n", 301 "2016-12-07 10:18:13,386 INFO : Workload : Setup new workload perf\n", 313 "2016-12-07 10:18:18,325 INFO : Workload : Setup new workload rta\n", 328 "2016-12-07 10:18:28,806 INFO : Workload : Setup new workload perf\n",
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 15 last if workload has completed
|
/external/autotest/client/tests/bonnie/ |
D | control | 16 sequential and a random workload. It gives profile measurements for:
|
D | control.kernel_per-build_benchmarks | 17 sequential and a random workload. It gives profile measurements for:
|
/external/lisa/libs/utils/android/workloads/ |
D | camera_startup.py | 26 from android.workload import Workload
|
D | suspend_resume.py | 26 from android.workload import Workload
|
D | camera_preview.py | 26 from android.workload import Workload
|
/external/autotest/client/tests/aiostress/ |
D | control | 20 than a few Megs. It is a sequential workload. This test stresses the aio
|