[PATCH] D86077: [clangd] Add a way for exporting memory usage metrics
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 01:17:21 PDT 2020
sammccall added a comment.
Just for the record, as I think Kadir and Adam are both aware...
We discussed making this a bit richer and less reliant on static state.
We'd build a tree-shaped profile by passing a tree-builder recursively into various components.
Then the metrics would be exported at the top level, but we'd also want to expose it via debugging actions. (The tree edges from e.g. dynamic index to individual files would probably be optional - collapsed for metrics but present for debugging)
LMK if I have this wrong and you want to move forward with a simpler approch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86077/new/
https://reviews.llvm.org/D86077
More information about the cfe-commits
mailing list