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

Function stats

deps/v8/tools/callstats.py:466–468  ·  view source on GitHub ↗
(s, units="")

Source from the content-addressed store, hash-verified

464 # How to print entries.
465 def print_entry(key, value):
466 def stats(s, units=""):
467 conf = "{:0.1f}({:0.2f}%)".format(s['ci']['abs'], s['ci']['perc'])
468 return "{:8.1f}{} +/- {:15s}".format(s['average'], units, conf)
469 print("{:>50s} {} {}".format(
470 key,
471 stats(value['time_stat'], units="ms"),

Callers 1

print_entryFunction · 0.70

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected