Searched refs:timeStampUs (Results 1 – 6 of 6) sorted by relevance
48 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument79 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument
44 virtual void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) = 0;
160 int64_t timeStampUs = 0; in PushHeapStat() local165 timeStampUs = timeStamp.GetTimeStamp(); in PushHeapStat()187 stream->UpdateLastSeenObjectId(sequenceId, timeStampUs); in PushHeapStat()
98 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs);139 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId() argument144 frontend_->LastSeenObjectId(lastSeenObjectId, timeStampUs); in UpdateLastSeenObjectId()
232 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() argument241 double timestampMS = static_cast<double>(timeStampUs) / THOUSAND; in LastSeenObjectId()
68 …enObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument