[BOLT] Add NamedRegionTimer to inferStaleProfile (#93078)
This commit is contained in:
@@ -86,6 +86,7 @@ extern cl::list<std::string> ReorderData;
|
||||
extern cl::opt<bolt::ReorderFunctions::ReorderType> ReorderFunctions;
|
||||
extern cl::opt<bool> TerminalTrap;
|
||||
extern cl::opt<bool> TimeBuild;
|
||||
extern cl::opt<bool> TimeRewrite;
|
||||
|
||||
cl::opt<bool> AllowStripped("allow-stripped",
|
||||
cl::desc("allow processing of stripped binaries"),
|
||||
@@ -235,11 +236,6 @@ UseGnuStack("use-gnu-stack",
|
||||
cl::ZeroOrMore,
|
||||
cl::cat(BoltCategory));
|
||||
|
||||
static cl::opt<bool>
|
||||
TimeRewrite("time-rewrite",
|
||||
cl::desc("print time spent in rewriting passes"), cl::Hidden,
|
||||
cl::cat(BoltCategory));
|
||||
|
||||
static cl::opt<bool>
|
||||
SequentialDisassembly("sequential-disassembly",
|
||||
cl::desc("performs disassembly sequentially"),
|
||||
|
||||
Reference in New Issue
Block a user