MCPcopy 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
400def Render(args):

Callers 1

RenderFunction · 0.95

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected