Home | History | Annotate | Download | only in bench

Lines Matching full:nr_secs

85 	u32			nr_secs;
163 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run"),
1103 if (details < 0 && !g->p.perturb_secs && !g->p.measure_convergence && !g->p.nr_secs)
1111 if (g->p.nr_secs) {
1113 if (diff.tv_sec >= g->p.nr_secs) {