OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_reporting
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h
43
TIME_STRUCT
last_reporting
;
member in struct:PERF_RTdata_uptime
68
TIME_STRUCT
last_reporting
;
member in struct:PERF_RTdata_rate
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
123
TIME_GET(me->dUptime->
last_reporting
);
324
fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->
last_reporting
, me->first_time)/1000000);
539
TIME_COPY(me->dRate[i].
last_reporting
, perf->time);
547
int steps = TIME_DELTA(perf->time, me->dRate[i].
last_reporting
);
563
TIME_DELTA(me->dRate[i].
last_reporting
, me->first_time)/1000000,
568
TIME_INCREASE(me->dRate[i].
last_reporting
, me->granularity * steps);
574
TIME_DELTA(me->dRate[i].
last_reporting
, me->first_time)/1000000,
585
TIME_INCREASE(me->dRate[i].
last_reporting
, me->granularity);
605
TIME_COPY(me->dRate[i].
last_reporting
, perf->time);
722
int steps = TIME_DELTA(perf->time, me->dUptime->
last_reporting
);
[
all
...]
Completed in 40 milliseconds