Sampling next seed by weight (hit_count, bitmap_size, exec_us)

This commit is contained in:
Marcel Boehme
2020-12-07 21:32:25 +00:00
parent e6de85861c
commit 06ec5ab3d7
3 changed files with 40 additions and 12 deletions

View File

@ -168,7 +168,8 @@ struct queue_entry {
u8 *trace_mini; /* Trace bytes, if kept */
u32 tc_ref; /* Trace bytes ref count */
double perf_score; /* performance score */
double perf_score, /* performance score */
weight;
u8 *testcase_buf; /* The testcase buffer, if loaded. */