MCPcopy Index your code
hub / github.com/nodejs/node / profileEnd

Function profileEnd

lib/internal/debugger/inspect_repl.js:1035–1038  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1033 },
1034
1035 get profileEnd() {
1036 return PromisePrototypeThen(Profiler.stop(),
1037 Profile.createAndRegister);
1038 },
1039
1040 get profiles() {
1041 return profiles;

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…