OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_ts
(Results
1 - 3
of
3
) 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;
58
if (pp->
first_ts
!= -1.0) {
59
double delta = pp->last_ts - pp->
first_ts
;
62
pp->
first_ts
+ (delta / 2), pp->tl / pp->nl);
75
if (pp->
first_ts
== -1.0) {
76
pp->
first_ts
= pp->last_ts = now;
79
} else if ((now - pp->
first_ts
) >= plat_freq) {
80
double delta = pp->last_ts - pp->
first_ts
;
83
pp->
first_ts
+ (delta / 2), pp->tl / pp->nl)
[
all
...]
/frameworks/base/services/common_time/
utils.cpp
98
gettimeofday(&mRingBuffer[mWr].
first_ts
, NULL);
99
mRingBuffer[mWr].last_ts = mRingBuffer[mWr].
first_ts
;
151
localtime_r(&mRingBuffer[ndx].
first_ts
.tv_sec, &t);
155
mRingBuffer[ndx].
first_ts
.tv_usec / 1000,
utils.h
66
struct timeval
first_ts
;
member in class:android::LogRing::Entry
Completed in 36 milliseconds