Struct rustc::session::PerfStats
[−]
[src]
pub struct PerfStats { pub svh_time: Cell<Duration>, pub incr_comp_hashes_time: Cell<Duration>, pub incr_comp_hashes_count: Cell<u64>, pub incr_comp_bytes_hashed: Cell<u64>, pub symbol_hash_time: Cell<Duration>, pub decode_def_path_tables_time: Cell<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?
Fields
svh_time: Cell<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 needed for computing the SVH of the crate
incr_comp_hashes_time: Cell<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 incr. comp. hashes
incr_comp_hashes_count: Cell<u64>
🔬 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 number of incr. comp. hash computations performed
incr_comp_bytes_hashed: Cell<u64>
🔬 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 number of bytes hashed when computing ICH values
symbol_hash_time: Cell<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: Cell<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