MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / fmt_ms

Function fmt_ms

benchmarks/run_benchmarks.py:401–402  ·  view source on GitHub ↗
(v: float | None)

Source from the content-addressed store, hash-verified

399
400
401def fmt_ms(v: float | None) -> str:
402 return "N/A" if v is None else f"{v:.3f} ms"
403
404
405def fmt_sec(v: float | None) -> str:

Callers 1

generate_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected