MCPcopy Create free account
hub / github.com/nodejs/node / StartBenchmark

Method StartBenchmark

deps/v8/tools/perf-compare.py:349–351  ·  view source on GitHub ↗
(self, benchmark_name)

Source from the content-addressed store, hash-verified

347
348
349 def StartBenchmark(self, benchmark_name):
350 self.Print(" <tr>")
351 self.Print(" <td class=\"name-column\">%s</td>" % benchmark_name)
352
353 def FinishBenchmark(self):
354 self.Print(" </tr>")

Callers 1

RenderFunction · 0.95

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected