rust-analyzer/crates/ra_assists
Aleksey Kladov ec6fb8da7c Add profiling around add_impl_members
This intention is pretty slow for `impl Interator`, because it has a
ton of default methods which need to be substituted.

The proper fix here is to not compute the actual edit until the user
triggers the action, but that's awkward to do in the LSP right now, so
let's just put a profiling code for now.
2020-02-06 14:55:10 +01:00
..
src Add profiling around add_impl_members 2020-02-06 14:55:10 +01:00
Cargo.toml Add profiling around add_impl_members 2020-02-06 14:55:10 +01:00