Home | History | Annotate | Download | only in ctestfw

Lines Matching full:time

23     "\tReads the input file and prints out time taken in seconds\n"
33 "\t Cannot be used with --time\n"
35 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n"
53 TIME,
71 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG),
85 passes(1), iterations(0), time(0),
101 passes(1), iterations(0), time(0),
159 if(options[TIME].doesOccur) {
163 } else if(options[TIME].doesOccur) {
164 time = atoi(options[TIME].value);
367 n = time;
390 t = testFunction->time(loops,&status);
414 t = testFunction->time(loops, &status);