OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_ts
(Results
1 - 4
of
4
) sorted by null
/external/blktrace/btt/
plat.c
27
double first_ts,
last_ts
, tl;
member in struct:plat_info
39
pp->first_ts = pp->
last_ts
= pp->tl = -1.0;
59
double delta = pp->
last_ts
- pp->first_ts;
76
pp->first_ts = pp->
last_ts
= now;
80
double delta = pp->
last_ts
- pp->first_ts;
85
pp->first_ts = pp->
last_ts
= now;
89
pp->
last_ts
= now;
/frameworks/base/libs/common_time/
utils.cpp
95
gettimeofday(&(last->
last_ts
), NULL);
99
mRingBuffer[mWr].
last_ts
= mRingBuffer[mWr].first_ts;
139
localtime_r(&mRingBuffer[ndx].
last_ts
.tv_sec, &t);
145
mRingBuffer[ndx].
last_ts
.tv_usec / 1000);
utils.h
67
struct timeval
last_ts
;
member in class:android::LogRing::Entry
/external/fio/
stat.c
1192
int i, j, nr_ts,
last_ts
, idx
local
[
all
...]
Completed in 252 milliseconds