Searched refs:wallClockNs (Results 1 – 2 of 2) sorted by relevance
36 GaugeAtom(std::shared_ptr<vector<FieldValue>> fields, int64_t elapsedTimeNs, int wallClockNs) in GaugeAtom()37 : mFields(fields), mElapsedTimestamps(elapsedTimeNs), mWallClockTimestampNs(wallClockNs) { in GaugeAtom()
289 const int64_t wallClockNs = truncateTimestamp ? in onDumpReportLocked() local298 (long long)wallClockNs); in onDumpReportLocked()