Module libafl::stats[][src]

Expand description

Keep stats, and dispaly them to the user. Usually used in a broker, or main node, of some sort.

Re-exports

pub use multi::MultiStats;

Modules

multi

Stats to disply both cumulative and per-client stats

Structs

ClientPerfStats

Client performance statistics

ClientStats

A simple struct to keep track of client stats

NopStats

Stats that print exactly nothing. Not good for debuging, very good for speed.

SimpleStats

Tracking stats during fuzzing.

Enums

PerfFeature

Various features that are measured for performance

UserStats

User-defined stats types

Traits

Stats

The stats trait keeps track of all the client’s stats, and offers methods to dispaly them.