Searched refs:timeStampUs (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | file_stream.h | 52 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 D | stream.h | 45 virtual void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) = 0;
|
H A D | heap_snapshot.cpp | 152 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 D | heapprofiler_impl.h | 118 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 D | heapprofiler_impl.cpp | 293 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 D | heap_tracker_second_test.cpp | 72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
|
H A D | heap_tracker_third_test.cpp | 72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
|
H A D | heap_tracker_first_test.cpp | 72 void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override
|
/arkcompiler/toolchain/tooling/test/ |
H A D | heapprofiler_impl_test.cpp | 35 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs)
in LastSeenObjectId() argument 37 heapprofilerImpl_->frontend_.LastSeenObjectId(lastSeenObjectId, timeStampUs);
in LastSeenObjectId()
|
Completed in 8 milliseconds