Struct rustc_codegen_llvm::back::profiling::LlvmSelfProfiler [−][src]
pub struct LlvmSelfProfiler<'a> {
profiler: Arc<SelfProfiler>,
stack: Vec<TimingGuard<'a>>,
llvm_pass_event_kind: StringId,
}
Fields
profiler: Arc<SelfProfiler>
stack: Vec<TimingGuard<'a>>
llvm_pass_event_kind: StringId
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for LlvmSelfProfiler<'a>
impl<'a> Send for LlvmSelfProfiler<'a>
impl<'a> Sync for LlvmSelfProfiler<'a>
impl<'a> Unpin for LlvmSelfProfiler<'a>
impl<'a> !UnwindSafe for LlvmSelfProfiler<'a>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes