Home
last modified time | relevance | path

Searched refs:timeStampUs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h48 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument
79 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument
Dstream.h44 virtual void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) = 0;
Dheap_snapshot.cpp160 int64_t timeStampUs = 0; in PushHeapStat() local
165 timeStampUs = timeStamp.GetTimeStamp(); in PushHeapStat()
187 stream->UpdateLastSeenObjectId(sequenceId, timeStampUs); in PushHeapStat()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h98 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs);
139 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId() argument
144 frontend_->LastSeenObjectId(lastSeenObjectId, timeStampUs); in UpdateLastSeenObjectId()
Dheapprofiler_impl.cpp232 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() argument
241 double timestampMS = static_cast<double>(timeStampUs) / THOUSAND; in LastSeenObjectId()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp68 …enObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId() argument