[PATCH] D86077: [clangd] Add a way for exporting memory usage metrics
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 17 07:20:49 PDT 2020
kadircet created this revision.
kadircet added reviewers: sammccall, adamcz.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, javed.absar.
Herald added a project: clang.
kadircet requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
Introduces a helper to collect memory usage metrics from multiple
components.
Adds measurements for dynamic index, ast cache and preambles.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86077
Files:
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/index/FileIndex.cpp
clang-tools-extra/clangd/support/Trace.cpp
clang-tools-extra/clangd/support/Trace.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86077.286017.patch
Type: text/x-patch
Size: 4079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200817/c1311e5e/attachment.bin>
More information about the cfe-commits
mailing list