Home
last modified time | relevance | path

Searched defs:timeStampUs (Results 1 – 5 of 5) 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()
79 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheap_snapshot.cpp158 int64_t timeStampUs = 0; in PushHeapStat() local
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h140 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheapprofiler_impl.cpp232 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp68 …eenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t timeStampUs) override in UpdateLastSeenObjectId()