Searched refs:timelimit (Results 1 – 2 of 2) sorted by relevance
451 this.timelimit = create("input");452 this.timelimit.setAttribute("value", "60");454 table.appendChild(row(text("Time limit in seconds"), this.timelimit));491 benchmarkTimeLimit = form.timelimit.value * 1000;
846 static double timelimit = 0.0; variable861 timelimit = t + ((double)nMs)/(1000.0*60.0*60.0*24.0); in setstoptime_x()877 ret = (t >= timelimit); in timetostop_x()