Home
last modified time | relevance | path

Searched defs:timeStampUs (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h52 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
84 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheap_snapshot.cpp151 int64_t timeStampUs = 0; in PushHeapStat() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h163 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheapprofiler_impl.cpp293 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp72 …enObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheap_tracker_third_test.cpp72 …enObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheap_tracker_first_test.cpp72 …enObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp35 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId()