OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_ts
(Results
1 - 2
of
2
) 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.h
66
struct timeval
first_ts
;
member in class:android::LogRing::Entry
Completed in 115 milliseconds