Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:TIME

27     "\tReads the input file and prints out time taken in seconds\n"
37 "\t Cannot be used with --time\n"
39 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n"
57 TIME,
75 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG),
89 passes(1), iterations(0), time(0),
105 passes(1), iterations(0), time(0),
163 if(options[TIME].doesOccur) {
167 } else if(options[TIME].doesOccur) {
168 time = atoi(options[TIME].value);
376 n = time;
399 t = testFunction->time(loops,&status);
423 t = testFunction->time(loops, &status);