mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
fix ui layout with slow targets in pizza mode
This commit is contained in:
@ -1803,10 +1803,10 @@ void show_stats_pizza(afl_state_t *afl) {
|
|||||||
|
|
||||||
/* Show a warning about slow execution. */
|
/* Show a warning about slow execution. */
|
||||||
|
|
||||||
if (afl->stats_avg_exec < 100) {
|
if (afl->stats_avg_exec < 20) {
|
||||||
|
|
||||||
sprintf(tmp, "%s/sec (%s)", u_stringify_float(IB(0), afl->stats_avg_exec),
|
sprintf(tmp, "%s/sec (%s)", u_stringify_float(IB(0), afl->stats_avg_exec),
|
||||||
afl->stats_avg_exec < 20 ? "zzzz..." : "Gennarino is at it again!");
|
"zzzz...");
|
||||||
|
|
||||||
SAYF(bV bSTOP " pizza making speed : " cLRD
|
SAYF(bV bSTOP " pizza making speed : " cLRD
|
||||||
"%-22s ",
|
"%-22s ",
|
||||||
|
Reference in New Issue
Block a user