Home
last modified time | relevance | path

Searched refs:hprofs_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h193 CVector<HeapSnapshot *> hprofs_; member in panda::ecmascript::HeapProfiler
H A Dheap_profiler.cpp909 if (hprofs_.size() >= MAX_NUM_HPROF) { in AddSnapshot()
913 hprofs_.emplace_back(snapshot); in AddSnapshot()
918 for (auto *snapshot : hprofs_) { in ClearSnapshot()
921 hprofs_.clear(); in ClearSnapshot()

Completed in 2 milliseconds