Searched refs:count_delay (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf_rt.c | 362 static void count_delay(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0) in count_delay() function 630 count_delay(me, "Modified burst shot-to-shot", &me->dSTS->dBurst2, 0); in __rt_Buffer() 634 count_delay(me, "Raw burst shot-to-shot", &me->dSTS->dBurst, -1); in __rt_Buffer() 918 count_delay(me, "Avg. modified burst shot-to-shot", &me->dSTS->dABurst2, 0); in __rt_Done() 922 count_delay(me, "Avg. raw burst shot-to-shot", &me->dSTS->dABurst, 0); in __rt_Done() 926 count_delay(me, "Avg. single shot-to-shot", &me->dSTS->dSingle, -1); in __rt_Done()
|