Perf: Prune the table after every loop to have clean state.
This commit is contained in:
parent
7411b694c3
commit
e85e37d91d
@ -206,6 +206,7 @@ perf_loop(void *data)
|
||||
p->exp++;
|
||||
}
|
||||
|
||||
rt_schedule_prune(P->main_channel->table);
|
||||
ev_schedule(p->loop);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user