OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIME_GET
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h
43
#define
TIME_GET
(target) time(&target)
71
#define
TIME_GET
(target) gettimeofday(&target, NULL)
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c
69
/* calculate how fast
TIME_GET
is */
77
TIME_GET
(t1);
84
TIME_GET
(t2);
102
/* measure how fast
TIME_GET
is */
107
TIME_GET
(t2);
114
TIME_GET
(t3);
138
/* measure
TIME_GET
3 times */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c
105
TIME_GET
(me->time);
perf_log.c
171
TIME_GET
(perf->tempTime);
perf_custom.c
45
TIME_GET
(me->time);
perf_rt.c
123
TIME_GET
(me->dUptime->last_reporting);
[
all
...]
Completed in 56 milliseconds