[PATCH] D63325: [Support][Time profiler] Make FE codegen blocks to be inside frontend blocks
Russell Gallop via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 04:12:41 PDT 2019
russell.gallop added inline comments.
================
Comment at: llvm/lib/Support/TimeProfiler.cpp:67
// Only include sections longer than TimeTraceGranularity msec.
- if (duration_cast<microseconds>(E.Duration).count() > TimeTraceGranularity)
----------------
This comment looks wrong since this change. Please can you update or reword it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63325/new/
https://reviews.llvm.org/D63325
More information about the cfe-commits
mailing list