Struct libafl::monitors::NopMonitor
source ·
[−]pub struct NopMonitor { /* private fields */ }
Expand description
Monitor that print exactly nothing. Not good for debuging, very good for speed.
Implementations
Create new NopMonitor
Trait Implementations
fn client_stats_mut(&mut self) -> &mut Vec<ClientStats>ⓘ
fn client_stats_mut(&mut self) -> &mut Vec<ClientStats>ⓘ
the client monitor, mutable
the client monitor
Time this fuzzing run stated
Amount of elements in the corpus (combined for all children)
Amount of elements in the objectives (combined for all children)
Total executions
Executions per second
The client monitor for a specific id, creating new if it doesn’t exist
Auto Trait Implementations
impl RefUnwindSafe for NopMonitor
impl Send for NopMonitor
impl Sync for NopMonitor
impl Unpin for NopMonitor
impl UnwindSafe for NopMonitor
Blanket Implementations
Mutably borrows from an owned value. Read more
type PreprendResult = Tail
type PreprendResult = Tail
The Resulting TupleList
, of an Prepend::prepend()
call,
including the prepended entry. Read more