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

Method status

deps/v8/tools/avg.py:130–135  ·  view source on GitHub ↗
(self, widths)

Source from the content-addressed store, hash-verified

128 print("Ignoring non-numeric value", value)
129
130 def status(self, widths):
131 return "{} {}: avg {} stddev {} ({} - {}) {}".format(
132 fmt_reps(self),
133 fmtS(self.key, widths.key), fmtN(self.average, widths.average),
134 fmtN(self.stddev(), widths.stddev), fmtN(self.min, widths.min),
135 fmtN(self.max, widths.max), fmtS(self.unit_string()))
136
137 def result(self, widths):
138 return format_line(self.size(), self.key, fmt(self.average),

Callers 1

print_statusMethod · 0.45

Calls 6

stddevMethod · 0.95
unit_stringMethod · 0.95
fmt_repsFunction · 0.85
fmtSFunction · 0.85
fmtNFunction · 0.85
formatMethod · 0.65

Tested by

no test coverage detected