HomeSort by relevance Sort by last modified time
    Searched refs:exec_time (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 158 float exec_time = 24; local
204 exec_time = atof(optarg);
205 if (exec_time == 0)
207 "time %f hrs", exec_time = (float)24);
218 "\tSize of temp file in MB: %lu\n", exec_time, fsize);
227 alarm(exec_time * 3600.00);
mmap3.c 265 float exec_time; /* period for which the test is executed */ local
295 exec_time = 24; /* minimum time period for which to run the tests */
314 if ((exec_time = atof(optarg)) == 0)
315 exec_time = 24;
340 alarm(exec_time * 3600.00);
347 "\tmap_private?(T=1 F=0): [%d]\n\n\n\n", exec_time, num_thrd,
mmap1.c 288 double exec_time; local
300 exec_time = 24;
327 exec_time = atof(optarg);
328 if (exec_time == 0)
330 else if (exec_time < 0)
333 (exec_time = 24));
358 file_size, exec_time, num_iter);
360 alarm(exec_time * 3600);
shmat1.c 394 double exec_time; /* period for which the test is executed */ local
421 exec_time = 24.0; /* minimum time period for which to run the tests */
433 if ((exec_time = atof(optarg)) == 0)
434 exec_time = 24;
445 "\tnumber of shmat shm detach: [%d]\n", exec_time, num_iter);
464 alarm(exec_time * 3600.00);
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 1129 int64_t exec_time = acc_ticks.Milliseconds(); local
    [all...]

Completed in 3446 milliseconds