mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Measure memory usage of ImportMap
This commit is contained in:
parent
86fbd8cc2b
commit
f085e592fe
2 changed files with 6 additions and 5 deletions
|
@ -334,6 +334,7 @@ impl RootDatabase {
|
|||
hir::db::CrateLangItemsQuery
|
||||
hir::db::LangItemQuery
|
||||
hir::db::DocumentationQuery
|
||||
hir::db::ImportMapQuery
|
||||
|
||||
// InternDatabase
|
||||
hir::db::InternFunctionQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue