diff options
author | Aleksey Kladov <[email protected]> | 2020-02-06 13:55:10 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-06 13:55:10 +0000 |
commit | ec6fb8da7c7a5529e1db30c0a6f7e2cda6a75d19 (patch) | |
tree | 9619fde70cadd5bb3ba654527b4f22b5eebdd012 /crates/ra_assists/src/ast_transform.rs | |
parent | ea9d18ba836a7228f7310e1bc77c0918f0191a42 (diff) |
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.
Diffstat (limited to 'crates/ra_assists/src/ast_transform.rs')
0 files changed, 0 insertions, 0 deletions