Home
last modified time | relevance | path

Searched refs:execution_time (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc0.c85 * execution_time: testcase execution time (hours)
91 long execution_time = DEFAULT_EXECUTION_TIME; variable
121 printf("\texecution_time: %ld (sec)\n", execution_time); in main()
145 while ((time(NULL) - start_time) < execution_time) { in main()
149 execution_time - (time(NULL) - start_time)); in main()
238 execution_time = atof(optarg); in parse_args()
261 if (execution_time < 0.0 || execution_time > 360000) in parse_args()
H A Dsched_driver.c115 * execution_time: execution time in hours
132 double execution_time = DEFAULT_TIME; variable
178 runseconds = (long)(execution_time * 60.0 * 60.0); in main()
193 printf("run-hours: %f (hrs)\n", execution_time); in main()
268 printf("test duration = %4.2f (hours)\n", execution_time); in startup()
606 void start_long_term_testcases(long_term_slot_total, execution_time) in start_long_term_testcases()
608 char *execution_time; /* runtime hours to pass to each testcase */
622 start_testcase("./sched_tc0.32", "sched_tc0 -t", execution_time,
624 start_testcase("./sched_tc2.32", "sched_tc2", execution_time,
626 start_testcase("./sched_tc0.32", "sched_tc0 -t", execution_time,
[all...]
H A Dsched_tc2.c89 * execution_time: testcase execution time (hours)
95 long execution_time = DEFAULT_EXECUTION_TIME; variable
123 printf("\texecution_time: %ld (sec)\n", execution_time); in main()
147 while ((time(NULL) - start_time) < execution_time) { in main()
151 execution_time - (time(NULL) - start_time)); in main()
243 execution_time = atof(optarg); in parse_args()
266 if (execution_time < 0.0 || execution_time > 360000) in parse_args()
/third_party/unity/auto/
H A Dparse_output.rb85 def push_xml_output_passed(test_name, execution_time = 0)
86 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} />"
90 def push_xml_output_failed(test_name, reason, execution_time = 0)
91 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} >"
97 def push_xml_output_ignored(test_name, reason, execution_time = 0)
98 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} >"

Completed in 3 milliseconds