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

Method result

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

Source from the content-addressed store, hash-verified

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),
139 fmt(self.stddev()), fmt(self.min),
140 fmt(self.max), self.unit_string(),
141 widths)
142
143 def unit_string(self):
144 if not self.unit:

Callers 8

generatePrimeFunction · 0.45
generatePrimeSyncFunction · 0.45
cleanup_doneFunction · 0.45
testharness.jsFile · 0.45
print_resultsMethod · 0.45
tickprocessor.mjsFile · 0.45
cleanup_doneFunction · 0.45
testharness.jsFile · 0.45

Calls 5

sizeMethod · 0.95
stddevMethod · 0.95
unit_stringMethod · 0.95
format_lineFunction · 0.85
fmtFunction · 0.85

Tested by

no test coverage detected