Home
last modified time | relevance | path

Searched refs:rt_perf_t (Results 1 – 8 of 8) sorted by relevance

/examples/utest/testcases/perf/
A Dperf_tc.h36 } rt_perf_t; typedef
38 void rt_perf_start_impl(rt_perf_t *perf, rt_hwtimerval_t *timeout);
39 void rt_perf_stop(rt_perf_t *perf);
40 void rt_perf_dump( rt_perf_t *perf);
42 static inline void rt_perf_start(rt_perf_t *perf) in rt_perf_start()
47 rt_err_t context_switch_test(rt_perf_t *perf);
48 rt_err_t rt_perf_irq_latency(rt_perf_t *perf);
49 rt_err_t rt_perf_thread_sem(rt_perf_t *perf);
50 rt_err_t rt_perf_thread_event(rt_perf_t *perf);
51 rt_err_t rt_perf_thread_mq(rt_perf_t *perf);
[all …]
A Dthread_mbox_tc.c26 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox1()
50 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mbox2()
65 rt_err_t rt_perf_thread_mbox(rt_perf_t *perf) in rt_perf_thread_mbox()
A Dthread_mq_tc.c25 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mq1()
49 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_mq2()
64 rt_err_t rt_perf_thread_mq(rt_perf_t *perf) in rt_perf_thread_mq()
A Dthread_event_tc.c27 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event1()
53 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event2()
67 rt_err_t rt_perf_thread_event(rt_perf_t *perf) in rt_perf_thread_event()
A Dthread_sem_tc.c26 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_sem1()
52 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_sem2()
76 rt_err_t rt_perf_thread_sem(rt_perf_t *perf) in rt_perf_thread_sem()
A Dperf_tc.c27 typedef rt_err_t (*testcase_function)(rt_perf_t *perf);
49 void rt_perf_start_impl(rt_perf_t *perf, rt_hwtimerval_t *timeout) in rt_perf_start_impl()
60 void rt_perf_stop(rt_perf_t *perf) in rt_perf_stop()
100 void rt_perf_dump( rt_perf_t *perf) in rt_perf_dump()
128 static void rt_perf_clear(rt_perf_t *perf) in rt_perf_clear()
144 rt_perf_t *perf_data = rt_malloc(sizeof(rt_perf_t)); in rt_perf_all_test()
A Dcontext_switch_tc.c21 static void local_modify_time(rt_perf_t *perf) in local_modify_time()
38 rt_perf_t *perf = (rt_perf_t *)parameter; in perf_thread_event2()
61 rt_err_t context_switch_test(rt_perf_t *perf) in context_switch_test()
A Dirq_latency_tc.c20 static rt_perf_t *perf_local = RT_NULL;
22 static void modify_time(rt_perf_t *perf) in modify_time()
40 rt_err_t rt_perf_irq_latency(rt_perf_t *perf) in rt_perf_irq_latency()

Completed in 10 milliseconds