Struct rustc::session::PerfStats [−][src]
pub struct PerfStats { pub symbol_hash_time: Lock<Duration>, pub decode_def_path_tables_time: Lock<Duration>, pub queries_canonicalized: AtomicUsize, pub normalize_ty_after_erasing_regions: AtomicUsize, pub normalize_projection_ty: AtomicUsize, }
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Fields
symbol_hash_time: Lock<Duration>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
The accumulated time spent on computing symbol hashes
decode_def_path_tables_time: Lock<Duration>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
The accumulated time spent decoding def path tables from metadata
queries_canonicalized: AtomicUsize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Total number of values canonicalized queries constructed.
normalize_ty_after_erasing_regions: AtomicUsize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Number of times this query is invoked.
normalize_projection_ty: AtomicUsize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Number of times this query is invoked.