static int
test_timer_perf(void)
{
       .
       .
       .
       ++++rte_timer_stop(&tms[0]);
  
        rte_free(tms);
        return 0;
}


REGISTER_TEST_COMMAND(timer_perf_autotest, test_timer_perf);

Reply via email to