Lines Matching defs:duration
746 bool duration; // print the time duration of each test case
5128 if(opt.duration)
5129 xml.writeAttribute("duration", st.seconds);
5694 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "d, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "duration=<bool> "
5695 << Whitespace(sizePrefixDisplay*1) << "prints the time duration of each test\n";
5851 if(opt.duration ||
5855 if(opt.duration)
6193 DOCTEST_PARSE_AS_BOOL_OR_FLAG("duration", "d", duration, false);