Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h640 uint32_t progress_total_; variable
Dheap-snapshot-generator.cc2653 progress_counter_ = progress_total_; in GenerateSnapshot()
2667 if (control_ != nullptr && progress_total_ > progress_counter_ + 1) { in ProgressStep()
2676 return control_->ReportProgressValue(progress_counter_, progress_total_) == in ProgressReport()
2684 progress_total_ = v8_heap_explorer_.EstimateObjectsCount(); in InitProgressCounter()