[PATCH] D60663: Time profiler: small fixes and optimizations
Anton Afanasyev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 24 05:16:43 PDT 2019
anton-afanasyev marked 2 inline comments as done.
anton-afanasyev added inline comments.
================
Comment at: llvm/trunk/lib/Support/TimeProfiler.cpp:27
+static cl::opt<unsigned> TimeTraceGranularity(
+ "time-trace-granularity",
----------------
sammccall wrote:
> 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?
@sammccall Yes, thanks! Here is the fix https://reviews.llvm.org/D65202 , please, review it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60663/new/
https://reviews.llvm.org/D60663
More information about the cfe-commits
mailing list