mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 21:04:18 +00:00
Drop unused profile things
This commit is contained in:
parent
8f2704654c
commit
90682c393d
7 changed files with 0 additions and 33 deletions
|
|
@ -12,13 +12,6 @@ pub use crate::{
|
|||
stop_watch::{StopWatch, StopWatchSpan},
|
||||
};
|
||||
|
||||
pub use countme;
|
||||
/// Include `_c: Count<Self>` field in important structs to count them.
|
||||
///
|
||||
/// To view the counts, run with `RA_COUNT=1`. The overhead of disabled count is
|
||||
/// almost zero.
|
||||
pub use countme::Count;
|
||||
|
||||
thread_local!(static IN_SCOPE: RefCell<bool> = const { RefCell::new(false) });
|
||||
|
||||
/// A wrapper around google_cpu_profiler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue