Perf: Prune the table after every loop to have clean state.
This commit is contained in:
parent
7411b694c3
commit
e85e37d91d
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ perf_loop(void *data)
|
||||||
p->exp++;
|
p->exp++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rt_schedule_prune(P->main_channel->table);
|
||||||
ev_schedule(p->loop);
|
ev_schedule(p->loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue