Home
last modified time | relevance | path

Searched refs:workload (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/tests/api/
H A 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; in receiver_thread()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DWorkloadView.java98 double workload = mExponentialTaper.linearToExponential( in setValueByPosition()
100 mAudioStreamTester.setWorkload(workload); in setValueByPosition()
101 mTextView.setText("Workload = " + String.format("%6.2f", workload)); in setValueByPosition()
H A DAudioStreamTester.java49 public void setWorkload(double workload) { in setWorkload() argument
50 mCurrentAudioStream.setWorkload(workload); in setWorkload()
H A DAudioStreamBase.java171 public void setWorkload(double workload) {} in setWorkload() argument
H A DOboeAudioStream.java240 public native void setWorkload(double workload); in setWorkload() argument
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py291 def get_job_count(stress, workload, sched_smt):
301 if workload == "ebizzy" and int(sched_smt) ==0:
303 if workload == "kernbench" and int(sched_smt) < 2:
316 ''' Triggers ebizzy workload for sched_mc=1
321 workload = "ebizzy"
327 if file_name == workload:
349 print("INFO: ebizzy workload triggerd")
351 #Commented bcoz it doesnt make sense to capture it when workload triggered
356 print("INFO: ebizzy workload triggerd failed")
360 print("Ebizzy workload trigge
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp79 int workload; member
310 // Arithmetic workload shader but contains discard
524 virtual Sample 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 << sampl in logSamples()
[all...]
H A Des3pShaderOperatorTests.cpp65 // Number of measurements in OperatorPerformanceCase for each workload size, unless specified otherwise by a command line argument.
67 // How many different workload sizes are used by OperatorPerformanceCase.
69 // Maximum workload size that can be attempted. In a sensible case, this most likely won't be reached.
154 * This class draws multiple times with different workload sizes (set
156 * slope of the workload size vs frame time data is estimated. This slope
157 * tells us the estimated increase in frame time caused by a workload
158 * increase of 1 unit (what 1 workload unit means is up to subclass).
164 * kinds of workload (e.g. different loop contents). Then we can (in
174 * between workload size and frame time. Instead, there tends to be some
176 * workload size
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DOboeStreamCallbackProxy.h62 * Specify the amount of artificial workload that will waste CPU cycles
64 * @param workload typically ranges from 0.0 to 100.0
66 void setWorkload(double workload) { in setWorkload() argument
67 mWorkload = std::max(0.0, workload); in setWorkload()
H A DOboeStreamCallbackProxy.cpp30 * @param workload number of times to execute the loop
33 static float s_burnCPU(int32_t workload) { in s_burnCPU() argument
35 for (int32_t i = 0; i < workload; i++) { in s_burnCPU()
H A DNativeAudioContext.h243 void setWorkload(double workload) { in setWorkload() argument
244 oboeCallbackProxy.setWorkload(workload); in setWorkload()
H A Djni-bridge.cpp399 JNIEnv *env, jobject, jdouble workload) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_setWorkload()
400 engine.getCurrentActivity()->setWorkload(workload); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_setWorkload()
398 Java_com_google_sample_oboe_manualtest_OboeAudioStream_setWorkload( JNIEnv *env, jobject, jdouble workload) Java_com_google_sample_oboe_manualtest_OboeAudioStream_setWorkload() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMultiviewPerf.cpp543 const MultiviewPerfWorkload &workload, in NoAcceleration()
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()
562 return MultiviewPerfParams(eglParameters, workload, in SelectViewInVertexShader()
542 NoAcceleration(const EGLPlatformParameters &eglParameters, const MultiviewPerfWorkload &workload, ExtensionName multiviewExtensionIn) NoAcceleration() argument
558 SelectViewInVertexShader(const EGLPlatformParameters &eglParameters, const MultiviewPerfWorkload &workload, ExtensionName multiviewExtensionIn) SelectViewInVertexShader() argument
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug07.sh19 Desc: What happens when hotplugging during a heavy workload?
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp65 // Number of measurements in OperatorPerformanceCase for each workload size, unless specified otherwise by a command line argument.
67 // How many different workload sizes are used by OperatorPerformanceCase.
69 // Maximum workload size that can be attempted. In a sensible case, this most likely won't be reached.
154 * This class draws multiple times with different workload sizes (set
156 * slope of the workload size vs frame time data is estimated. This slope
157 * tells us the estimated increase in frame time caused by a workload
158 * increase of 1 unit (what 1 workload unit means is up to subclass).
164 * kinds of workload (e.g. different loop contents). Then we can (in
174 * between workload size and frame time. Instead, there tends to be some
176 * workload size
[all...]

Completed in 11 milliseconds