Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ PrintFooter
Method
PrintFooter
deps/v8/tools/perf-compare.py:393–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
391
self.Print(
"<li><a href=\"
#" + benchmark + "\">" + benchmark + "</a></li>")
392
393
def
PrintFooter(self):
394
data =
""
"</body>
395
</html>
396
""
"
397
self.Print(data)
398
399
400
def
Render(args):
Callers
1
Render
Function · 0.95
Calls
1
Print
Method · 0.95
Tested by
no test coverage detected