Searched refs:InstrumentationSleepTime (Results 1 – 2 of 2) sorted by relevance
36 extern cl::opt<uint32_t> InstrumentationSleepTime;82 if (BC.IsStaticExecutable && !opts::InstrumentationSleepTime) { in emitBinary()166 emitIntValue("__bolt_instr_sleep_time", opts::InstrumentationSleepTime); in emitBinary()
50 cl::opt<uint32_t> InstrumentationSleepTime( variable