Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ UsedCode
Method
UsedCode
deps/v8/tools/profiling/ll_prof.py:313–316 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
311
yield
code
312
313
def
UsedCode(self):
314
for
code in self.AllCode():
315
if
code.IsUsed():
316
yield
code
317
318
def
Print(self):
319
for
code in self.AllCode():
Callers
3
PrintReport
Function · 0.80
PrintDot
Function · 0.80
ll_prof.py
File · 0.80
Calls
2
AllCode
Method · 0.95
IsUsed
Method · 0.80
Tested by
no test coverage detected