Home
last modified time | relevance | path

Searched defs:DurationInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DDurationTracker.h37 struct DurationInfo { struct
50 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo() argument