Home
last modified time | relevance | path

Searched refs:snapshots_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc28 snapshots_.clear(); in DeleteAllSnapshots()
33 if (snapshots_.empty() && !sampling_heap_profiler_ && !allocation_tracker_ && in MaybeClearStringsStorage()
40 snapshots_.erase( in RemoveSnapshot()
41 std::find_if(snapshots_.begin(), snapshots_.end(), in RemoveSnapshot()
94 snapshots_.emplace_back(result); in TakeSnapshot()
161 return static_cast<int>(snapshots_.size()); in GetSnapshotsCount()
167 return snapshots_.at(index).get(); in GetSnapshot()
Dheap-profiler.h104 std::vector<std::unique_ptr<HeapSnapshot>> snapshots_; variable