Home
last modified time | relevance | path

Searched refs:TimedScope (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dutils-inl.h18 class V8_NODISCARD TimedScope { class
20 explicit TimedScope(double* result) in TimedScope() function in v8::internal::TimedScope
23 ~TimedScope() { *result_ = TimestampMs() - start_; } in ~TimedScope()
/third_party/node/deps/v8/src/logging/
H A Dmetrics.h88 class V8_NODISCARD TimedScope { class
90 explicit TimedScope(T* event) : event_(event) { Start(); } in TimedScope() function in v8::internal::metrics::TimedScope
91 ~TimedScope() { Stop(); } in ~TimedScope()
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc485 TimedScope scope(&time_ms); in Run()
H A Dscavenger.cc234 TimedScope scope(&scavenging_time); in ProcessItems()
H A Dmark-compact.cc3667 TimedScope timed_scope(&evacuation_time); in EvacuatePage()
5689 TimedScope scope(&marking_time); in ProcessItems()

Completed in 13 milliseconds