diff options
| author | van Hauser <vh@thc.org> | 2021-12-09 14:39:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-09 14:39:00 +0100 |
| commit | caf67efab14c5255fdd0ac7fb59dfaa64e6f36f4 (patch) | |
| tree | c2c609fbbf9851f55813bae1842b33ac3a0c7a6c /afl-plot | |
| parent | db360332c4cf92c3b90d8dfab9292763e677aebf (diff) | |
| parent | 3b287b7b0c669bae5961f7c8ebc1c5dd1a2842f7 (diff) | |
| download | afl++-caf67efab14c5255fdd0ac7fb59dfaa64e6f36f4.tar.gz | |
Merge pull request #1200 from AFLplusplus/rename
Rename
Diffstat (limited to 'afl-plot')
| -rwxr-xr-x | afl-plot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/afl-plot b/afl-plot index 75981d7f..90a46d24 100755 --- a/afl-plot +++ b/afl-plot @@ -140,9 +140,9 @@ set output '$outputdir/high_freq.png' $GNUPLOT_SETUP -plot '$inputdir/plot_data' using 1:4 with filledcurve x1 title 'total paths' linecolor rgb '#000000' fillstyle transparent solid 0.2 noborder, \\ - '' using 1:3 with filledcurve x1 title 'current path' linecolor rgb '#f0f0f0' fillstyle transparent solid 0.5 noborder, \\ - '' using 1:5 with lines title 'pending paths' linecolor rgb '#0090ff' linewidth 3, \\ +plot '$inputdir/plot_data' using 1:4 with filledcurve x1 title 'corpus count' linecolor rgb '#000000' fillstyle transparent solid 0.2 noborder, \\ + '' using 1:3 with filledcurve x1 title 'current fuzz item' linecolor rgb '#f0f0f0' fillstyle transparent solid 0.5 noborder, \\ + '' using 1:5 with lines title 'pending items' linecolor rgb '#0090ff' linewidth 3, \\ '' using 1:6 with lines title 'pending favs' linecolor rgb '#c00080' linewidth 3, \\ '' using 1:2 with lines title 'cycles done' linecolor rgb '#c000f0' linewidth 3 " |
