Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ result_header
Function
result_header
deps/v8/tools/avg.py:169–171 ·
view source on GitHub ↗
(widths)
Source
from the content-addressed store, hash-verified
167
168
169
def
result_header(widths):
170
return
format_line(
"#/{}"
.format(ARGS[
'repetitions'
]),
171
"id"
,
"avg"
,
"stddev"
,
"min"
,
"max"
,
"unit"
, widths)
172
173
174
class
Measurements:
Callers
1
print_results
Method · 0.85
Calls
2
format_line
Function · 0.85
format
Method · 0.65
Tested by
no test coverage detected