Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PrintHeader
Method · 0.95
StartSuite
Method · 0.95
FinishSuite
Method · 0.95
StartBenchmark
Method · 0.95
FinishBenchmark
Method · 0.95
PrintResult
Method · 0.95
PrintComparison
Method · 0.95
PrintEmptyCell
Method · 0.95
StartTOC
Method · 0.95
FinishTOC
Method · 0.95
PrintBenchmarkLink
Method · 0.95
PrintFooter
Method · 0.95
Calls
1
append
Method · 0.45
Tested by
no test coverage detected