Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ start
Method
start
lib/v8.js:525–530 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
523
#profiler = null;
524
525
start() {
526
if
(!this.#profiler) {
527
this.#profiler =
new
binding.GCProfiler();
528
this.#profiler.start();
529
}
530
}
531
532
stop() {
533
if
(this.#profiler) {
Callers
1
collectGCProfile
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected