Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
99
def
fmt_reps(msrmnt):
100
rep_string = str(ARGS[
'repetitions'
])
101
return
"[{0:>{1}}/{2}]"
.format(msrmnt.size(), len(rep_string), rep_string)
102
103
104
class
Measurement:
Callers
1
status
Method · 0.85
Calls
3
str
Function · 0.85
format
Method · 0.65
size
Method · 0.45
Tested by
no test coverage detected