Home
last modified time | relevance | path

Searched refs:timeStampUs (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.h52 void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
84 void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
H A Dstream.h45 virtual void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) = 0;
H A Dheap_snapshot.cpp152 int64_t timeStampUs = 0; in PushHeapStat() local
157 timeStampUs = timeStamp.GetTimeStamp(); in PushHeapStat()
179 stream->UpdateLastSeenObjectId(sequenceId, timeStampUs); in PushHeapStat()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h118 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs);
163 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override
168 frontend_->LastSeenObjectId(lastSeenObjectId, timeStampUs);
H A Dheapprofiler_impl.cpp293 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() argument
302 double timestampMS = static_cast<double>(timeStampUs) / THOUSAND; in LastSeenObjectId()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_second_test.cpp72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
H A Dheap_tracker_third_test.cpp72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
H A Dheap_tracker_first_test.cpp72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
/arkcompiler/toolchain/tooling/test/
H A Dheapprofiler_impl_test.cpp35 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() argument
37 heapprofilerImpl_->frontend_.LastSeenObjectId(lastSeenObjectId, timeStampUs); in LastSeenObjectId()

Completed in 8 milliseconds