Lines Matching refs:time
170 _Pragma( "clang diagnostic ignored \"-Wexit-time-destructors\"" ) \
304 // RTX is a special version of Windows that is real time.
4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache
6807 // Run a function for a minimum amount of time
8422 #pragma clang diagnostic ignored "-Wexit-time-destructors"
9758 if( seed != "time" )
9760 config.rngSeed = static_cast<unsigned int>( std::time(nullptr) );
9881 | Opt( setRngSeed, "'time'|number" )
9906 ["--benchmark-warmup-time"]
9907 ( "amount of time in milliseconds spent on warming up each test (default: 100)" )
10032 # pragma clang diagnostic ignored "-Wexit-time-destructors"
10776 #error "Inconsistent configuration: Windows' SEH handling and POSIX signals cannot be enabled at the same time"
14361 # pragma clang diagnostic ignored "-Wexit-time-destructors"
15009 # pragma clang diagnostic ignored "-Wexit-time-destructors"
16817 std::time(&rawtime);
16925 xml.writeAttribute( "time", "" );
16927 xml.writeAttribute( "time", formatDuration( suiteTime ) );
16995 xml.writeAttribute( "time", formatDuration( sectionNode.stats.durationInSeconds ) );