Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.cc149 time_of_last_end_of_marking_ = v8::base::TimeTicks::Now(); in NotifyMarkingCompleted()
154 DCHECK_LE(time_of_last_end_of_marking_, current_time); in GetRecentAllocationSpeedInBytesPerMs()
155 if (time_of_last_end_of_marking_ == current_time) return 0; in GetRecentAllocationSpeedInBytesPerMs()
157 (current_time - time_of_last_end_of_marking_).InMillisecondsF(); in GetRecentAllocationSpeedInBytesPerMs()
H A Dstats-collector.h338 v8::base::TimeTicks time_of_last_end_of_marking_ = v8::base::TimeTicks::Now(); member in cppgc::internal::final

Completed in 2 milliseconds