[PATCH] D60663: Time profiler: small fixes and optimizations
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 07:44:17 PDT 2019
sammccall added inline comments.
================
Comment at: llvm/trunk/lib/Support/TimeProfiler.cpp:27
+static cl::opt<unsigned> TimeTraceGranularity(
+ "time-trace-granularity",
----------------
I know this is late, but... this shows up in the help for any tool that links in libSupport, many of which don't support the time profiler. Can you mark this as hidden or (preferably) move this to cc1_main?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60663/new/
https://reviews.llvm.org/D60663
More information about the llvm-commits
mailing list