Home
last modified time | relevance | path

Searched refs:InstrumentationSleepTime (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp36 extern cl::opt<uint32_t> InstrumentationSleepTime;
82 if (BC.IsStaticExecutable && !opts::InstrumentationSleepTime) { in emitBinary()
166 emitIntValue("__bolt_instr_sleep_time", opts::InstrumentationSleepTime); in emitBinary()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp50 cl::opt<uint32_t> InstrumentationSleepTime( variable