Struct rustc_ap_rustc_session::PerfStats [−][src]
pub struct PerfStats {
pub symbol_hash_time: Lock<Duration>,
pub queries_canonicalized: AtomicUsize,
pub normalize_generic_arg_after_erasing_regions: AtomicUsize,
pub normalize_projection_ty: AtomicUsize,
}Fields
symbol_hash_time: Lock<Duration>The accumulated time spent on computing symbol hashes.
queries_canonicalized: AtomicUsizeTotal number of values canonicalized queries constructed.
normalize_generic_arg_after_erasing_regions: AtomicUsizeNumber of times this query is invoked.
normalize_projection_ty: AtomicUsizeNumber of times this query is invoked.
Auto Trait Implementations
impl !RefUnwindSafe for PerfStatsimpl UnwindSafe for PerfStats