Home
last modified time | relevance | path

Searched refs:workload (Results 1 – 25 of 84) sorted by relevance

1234

/external/deqp/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt35 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/
Dperformance.shaders.operator.txt39 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/bcc/tools/
Ddcstat_example.txt27 08:11:51, a workload began that walked many uncached files, reducing the hit
31 Here's an interesting workload:
41 does not exist. Here's the C program that generated the workload:
58 This is a simple workload generator than tries to open a missing file ("bad")
62 Lets see what happens if the workload attempts to open a different filename
Dbtrfsdist_example.txt152 This shows a read workload that begins bimodal, and eventually the second
153 mode disappears. The reason for this is that the workload cached during
Dvfscount_example.txt23 This can be useful for workload characterization, to see what types of
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp79 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/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py291 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/bcc/examples/tracing/
Durandomread_example.txt4 To demonstrate this, the following workload was issued:
18 The GOTBITS of 8192 matches the workload of 1 Kbyte (8 Kbit) reads.
/external/grpc-grpc/src/proto/grpc/testing/
Dworker_service.proto24 // Start server with specified workload.
32 // Start client with specified workload.
/external/autotest/client/site_tests/power_ThermalLoad/
Dcontrol.fast3 PURPOSE = "Run thermal workload and log temperature."
Dcontrol3 PURPOSE = "Run thermal workload and log temperature."
Dcontrol.fish_tank3 PURPOSE = "Run thermal workload and log temperature."
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto50 // Start server with specified workload.
58 // Start client with specified workload.
/external/bcc/
DCONTRIBUTING-SCRIPTS.md27workload for testing**. This might involving writing a 10 line C program, using a micro-benchmark,…
29 …easures your known workload**. If possible, run a prime number of events (eg, 23) and check that t…
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt15 last if workload has completed
/external/autotest/client/tests/bonnie/
Dcontrol16 sequential and a random workload. It gives profile measurements for:
Dcontrol.kernel_per-build_benchmarks17 sequential and a random workload. It gives profile measurements for:
/external/autotest/client/tests/aiostress/
Dcontrol20 than a few Megs. It is a sequential workload. This test stresses the aio
/external/autotest/client/tests/reaim/
Dreaim.config1 # Sample configuration file for the reaim workload
/external/tensorflow/tensorflow/lite/nnapi/
DREADME.md8 NNAPI can distribute the computation workload across available on-device
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.stress215 Runs multiple minutes of bare suspend/resume cycles without additional workload.
Dcontrol.bare15 Runs eight minutes of bare suspend/resume cycles without additional workload.
Dcontrol.bareFSI14 Runs iterations of bare suspend/resume cycles without additional workload.
Dcontrol.stress315 Runs multiple minutes of bare suspend/resume cycles without additional workload.
Dcontrol.stress15 Runs multiple minutes of bare suspend/resume cycles without additional workload.

1234