Extract messy tree handling out of profiling code

This commit is contained in:
Aleksey Kladov 2020-04-25 21:04:04 +02:00
parent 0f099ead88
commit bd9ede0ec9
6 changed files with 119 additions and 150 deletions

View file

@ -4,6 +4,7 @@ mod memory_usage;
#[cfg(feature = "cpu_profiler")]
mod google_cpu_profiler;
mod hprof;
mod tree;
use std::cell::RefCell;