This revision was automatically updated to reflect the committed changes.
Closed by commit rGf407c9ed1057: [clangd] Export preamble AST and serialized
size as metrics (authored by sammccall).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123672/new/
sammccall added inline comments.
Comment at: clang-tools-extra/clangd/Preamble.cpp:500
+ if (Stats != nullptr) {
+Stats->TotalBuildTime = PreambleTimer.getTime();
adamcz wrote:
> This is a significant change. You are now exporting this information for
> f
adamcz added inline comments.
Comment at: clang-tools-extra/clangd/Preamble.cpp:500
+ if (Stats != nullptr) {
+Stats->TotalBuildTime = PreambleTimer.getTime();
This is a significant change. You are now exporting this information for failed
preamble builds
sammccall created this revision.
sammccall added a reviewer: adamcz.
Herald added subscribers: usaxena95, kadircet, arphaman, javed.absar.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: