Home
last modified time | relevance | path

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

1234

/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c34 int workload; member
41 int workload; member
67 av_log(NULL, AV_LOG_INFO, "sender #%d: workload=%d\n", wd->id, wd->workload); in sender_thread()
68 for (i = 0; i < wd->workload; i++) { in sender_thread()
69 if (rand() % wd->workload < wd->workload / 10) { in sender_thread()
87 i + 1, wd->workload, wd->id); in sender_thread()
112 wd->id, i + 1, wd->workload, msg.frame); in sender_thread()
131 for (i = 0; i < rd->workload; i++) { in receiver_thread()
132 if (rand() % rd->workload < rd->workload / 10) { in receiver_thread()
220 td->workload = get_workload(type##_min_load, type##_max_load); \ in main()
/third_party/ltp/testcases/kernel/mce-test/doc/
Dstress-howto.txt76 The MCE stress test suite consists of four parts: test driver, workload
88 workload to see if any unexpected failures happened. In such a way, it can
107 program of Linux Test Project (LTP) as the workload controller of this
111 - hwpoison.sh generates a test config file that lists the workload type
113 - hwpoison also passes test duration time and other workload specific
115 - ltp-pan makes each workload run and get finished in time, then test driver
116 can get the result of each workload via corresponding result files.
118 workload result, and report final result out.
125 * Type0: page-poisoning workload, meant to cover:
129 * Type1: fs-metadata workload, meant to cover:
[all …]
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DWorkloadView.java98 double workload = mExponentialTaper.linearToExponential( in setValueByPosition() local
100 mAudioStreamTester.setWorkload(workload); in setValueByPosition()
101 mTextView.setText("Workload = " + String.format("%6.2f", workload)); in setValueByPosition()
DAudioStreamTester.java49 public void setWorkload(double workload) { in setWorkload() argument
50 mCurrentAudioStream.setWorkload(workload); in setWorkload()
DAudioStreamBase.java171 public void setWorkload(double workload) {} in setWorkload() argument
/third_party/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":
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DMultiviewPerf.cpp543 const MultiviewPerfWorkload &workload, in NoAcceleration() argument
546 return MultiviewPerfParams(eglParameters, workload, MultiviewOption::NoAcceleration, in NoAcceleration()
550 MultiviewPerfParams SelectViewInGeometryShader(const MultiviewPerfWorkload &workload, in SelectViewInGeometryShader() argument
553 return MultiviewPerfParams(egl_platform::D3D11(), workload, in SelectViewInGeometryShader()
559 const MultiviewPerfWorkload &workload, in SelectViewInVertexShader() argument
562 return MultiviewPerfParams(eglParameters, workload, in SelectViewInVertexShader()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DOboeStreamCallbackProxy.h66 void setWorkload(double workload) { in setWorkload() argument
67 mWorkload = std::max(0.0, workload); in setWorkload()
DOboeStreamCallbackProxy.cpp33 static float s_burnCPU(int32_t workload) { in s_burnCPU() argument
35 for (int32_t i = 0; i < workload; i++) { in s_burnCPU()
/third_party/node/test/pummel/
Dtest-heapsnapshot-near-heap-limit-by-api.js67 fixtures.path('workload', 'grow-and-set-near-heap-limit.js'),
124 fixtures.path('workload', 'grow-and-set-near-heap-limit.js'),
Dtest-heapsnapshot-near-heap-limit.js86 fixtures.path('workload', 'grow.js'),
/third_party/node/tools/msvs/install_tools/
Dinstall_tools.bat42 echo - https://chocolatey.org/packages/visualstudio2019-workload-vctools
55 …hocolatey.org/install.ps1'')); choco upgrade -y python visualstudio2019-workload-vctools; Read-Hos…
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt15 last if workload has completed
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_FUCHSIA_external_memory.adoc26 processing workload for more complex memory manipulation pipelines.
DVK_FUCHSIA_external_memory.txt26 processing workload for more complex memory manipulation pipelines.
DVK_EXT_debug_marker.adoc24 named sections of a workload to aid organization and offline analysis in
64 Annotating regions of a workload with naming information so that offline
DVK_EXT_debug_marker.txt24 named sections of a workload to aid organization and offline analysis in
64 Annotating regions of a workload with naming information so that offline
DVK_KHR_timeline_semaphore.txt118 This helps in situations where one host thread submits a workload but
119 another host thread has the information on when the workload is ready to be
/third_party/node/tools/bootstrap/
Dwindows_boxstarter21 choco install visualstudio2019-workload-vctools -y --params="--add Microsoft.VisualStudio.Component…
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug07.sh19 Desc: What happens when hotplugging during a heavy workload?
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DUsage.md22 The audio is expected to glitch when the workload is high because there is too much work
25 The extra workload is generated by calculating a random number in a loop and then adding the result…
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
DREADME2 with heavy workload. Make sure every i-node operation gets the

1234