Home
last modified time | relevance | path

Searched refs:wallClockNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.h36 GaugeAtom(std::shared_ptr<vector<FieldValue>> fields, int64_t elapsedTimeNs, int wallClockNs) in GaugeAtom()
37 : mFields(fields), mElapsedTimestamps(elapsedTimeNs), mWallClockTimestampNs(wallClockNs) { in GaugeAtom()
DGaugeMetricProducer.cpp289 const int64_t wallClockNs = truncateTimestamp ? in onDumpReportLocked() local
298 (long long)wallClockNs); in onDumpReportLocked()