Enum wiggle::wasmtime_crate::ProfilingStrategy [−][src]
pub enum ProfilingStrategy {
None,
JitDump,
VTune,
}
Expand description
Select which profiling technique to support.
Variants
No profiler support.
Collect profiling info for “jitdump” file format, used with perf
on
Linux.
Collect profiling info using the “ittapi”, used with VTune
on Linux.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProfilingStrategy
impl Send for ProfilingStrategy
impl Sync for ProfilingStrategy
impl Unpin for ProfilingStrategy
impl UnwindSafe for ProfilingStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more