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

Method __init__

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

Source from the content-addressed store, hash-verified

174class Measurements:
175
176 def __init__(self):
177 self.all = {}
178 self.default_key = '[default]'
179 self.max_widths = FieldWidth(
180 points=len("{}".format(ARGS['repetitions'])) + 2,
181 key=len("id"),
182 average=len("avg"),
183 stddev=len("stddev"),
184 min_width=len("min"),
185 max_width=len("max"))
186 self.last_status_len = 0
187
188 def record(self, key, value, unit):
189 if not key:

Callers

nothing calls this directly

Calls 2

FieldWidthClass · 0.85
formatMethod · 0.65

Tested by

no test coverage detected