Module libafl::stats[][src]

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

Structs

ClientStats

A simple struct to keep track of client stats

SimpleStats

Tracking stats during fuzzing.

Traits

Stats

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