MCPcopy 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

PrintReportFunction · 0.80
PrintDotFunction · 0.80
ll_prof.pyFile · 0.80

Calls 2

AllCodeMethod · 0.95
IsUsedMethod · 0.80

Tested by

no test coverage detected