Function rustc_typeck::util::common::time_depth
[−]
[src]
pub fn time_depth() -> usize
🔬 This is a nightly-only experimental API. (
rustc_private
)Read the current depth of time()
calls. This is used to
encourage indentation across threads.