mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Extract messy tree handling out of profiling code
This commit is contained in:
parent
0f099ead88
commit
bd9ede0ec9
6 changed files with 119 additions and 150 deletions
|
@ -4,6 +4,7 @@ mod memory_usage;
|
|||
#[cfg(feature = "cpu_profiler")]
|
||||
mod google_cpu_profiler;
|
||||
mod hprof;
|
||||
mod tree;
|
||||
|
||||
use std::cell::RefCell;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue