Home
last modified time | relevance | path

Searched defs:per_query_memory_usage (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dapply_change.rs53 pub fn per_query_memory_usage(&mut self) -> Vec<(String, Bytes, usize)> { in per_query_memory_usage() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dlib.rs184 pub fn per_query_memory_usage(&mut self) -> Vec<(String, profile::Bytes, usize)> { in per_query_memory_usage() method