Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ profile
Function
profile
lib/internal/debugger/inspect_repl.js:1031–1033 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1029
},
1030
1031
get profile() {
1032
return
Profiler.start();
1033
},
1034
1035
get profileEnd() {
1036
return
PromisePrototypeThen(Profiler.stop(),
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…