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

Function fmt_reps

deps/v8/tools/avg.py:99–101  ·  view source on GitHub ↗
(msrmnt)

Source from the content-addressed store, hash-verified

97
98
99def fmt_reps(msrmnt):
100 rep_string = str(ARGS['repetitions'])
101 return "[{0:>{1}}/{2}]".format(msrmnt.size(), len(rep_string), rep_string)
102
103
104class Measurement:

Callers 1

statusMethod · 0.85

Calls 3

strFunction · 0.85
formatMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected