MCPcopy Index your code
hub / github.com/nodejs/node / widths

Method widths

deps/v8/tools/avg.py:159–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 return len(self.values)
158
159 def widths(self):
160 return FieldWidth(
161 points=len("{}".format(self.size())) + 2,
162 key=len(self.key),
163 average=len(fmt(self.average)),
164 stddev=len(fmt(self.stddev())),
165 min_width=len(fmt(self.min)),
166 max_width=len(fmt(self.max)))
167
168
169def result_header(widths):

Callers 1

recordMethod · 0.80

Calls 5

sizeMethod · 0.95
stddevMethod · 0.95
FieldWidthClass · 0.85
fmtFunction · 0.85
formatMethod · 0.65

Tested by

no test coverage detected