Struct hyperpom::core::HyperPomInfo

source ·
pub struct HyperPomInfo {
    pub start_time: Instant,
    pub nb_testcases: u64,
    pub nb_crashes: u64,
    pub nb_uniq_crashes: u64,
    pub nb_timeouts: u64,
    pub nb_paths: u64,
}
Expand description

Structure that contains runtime information from the fuzzer.

Fields

start_time: Instant

The time at which the fuzzer started.

nb_testcases: u64

The number of testcases.

nb_crashes: u64

The number of crashes.

nb_uniq_crashes: u64

The number of unique crashes.

nb_timeouts: u64

The number of timeouts.

nb_paths: u64

The number of coverage paths.

Implementations

Creates a new object info.

Trait Implementations

The resulting type after applying the + operator.
Performs the + operation. Read more
Performs the += operation. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.