diff options
author | Jonas Schievink <[email protected]> | 2020-06-05 12:10:43 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2020-06-05 12:10:43 +0100 |
commit | f085e592fe4ddd47c20e96a944c5902ff8a2f439 (patch) | |
tree | 21bc10786550e5196fe32296dafea653c7fc4828 /crates/ra_ide_db | |
parent | 86fbd8cc2b71f473b9e6d41f4fe3e1a114f1f992 (diff) |
Measure memory usage of ImportMap
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs index 8446ef88e..ea78e49e0 100644 --- a/crates/ra_ide_db/src/change.rs +++ b/crates/ra_ide_db/src/change.rs | |||
@@ -334,6 +334,7 @@ impl RootDatabase { | |||
334 | hir::db::CrateLangItemsQuery | 334 | hir::db::CrateLangItemsQuery |
335 | hir::db::LangItemQuery | 335 | hir::db::LangItemQuery |
336 | hir::db::DocumentationQuery | 336 | hir::db::DocumentationQuery |
337 | hir::db::ImportMapQuery | ||
337 | 338 | ||
338 | // InternDatabase | 339 | // InternDatabase |
339 | hir::db::InternFunctionQuery | 340 | hir::db::InternFunctionQuery |