googleprojectzero / winafl

A fork of AFL for fuzzing Windows binaries
Apache License 2.0
2.36k stars 533 forks source link

Print total run time in the summary #353

Closed eranzim closed 2 years ago

eranzim commented 2 years ago

Print total run time in the summary (on success). Useful for getting an idea of the performance of the harness, especially when runtime is long (minutes-hours)

ifratric commented 2 years ago

Thanks!