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

Method Print

deps/v8/tools/perf-compare.py:187–188  ·  view source on GitHub ↗
(self, str_data)

Source from the content-addressed store, hash-verified

185 self.output_file_ = output_file
186
187 def Print(self, str_data):
188 self.print_output_.append(str_data)
189
190 def FlushOutput(self):
191 string_data = "\n".join(self.print_output_)

Callers 12

PrintHeaderMethod · 0.95
StartSuiteMethod · 0.95
FinishSuiteMethod · 0.95
StartBenchmarkMethod · 0.95
FinishBenchmarkMethod · 0.95
PrintResultMethod · 0.95
PrintComparisonMethod · 0.95
PrintEmptyCellMethod · 0.95
StartTOCMethod · 0.95
FinishTOCMethod · 0.95
PrintBenchmarkLinkMethod · 0.95
PrintFooterMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected