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

Stats to disply both cumulative and per-client stats

Structs

Client performance statistics

A simple struct to keep track of client stats

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

Tracking stats during fuzzing.

Enums

Various features that are measured for performance

User-defined stats types

Traits

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