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

Function Main

deps/v8/tools/stats-viewer.py:454–461  ·  view source on GitHub ↗

Run the stats counter. Args: data_file: The counters file to monitor. name_filter: The regexp filter to apply to counter names.

(data_file, name_filter)

Source from the content-addressed store, hash-verified

452
453
454def Main(data_file, name_filter):
455 """Run the stats counter.
456
457 Args:
458 data_file: The counters file to monitor.
459 name_filter: The regexp filter to apply to counter names.
460 """
461 StatsViewer(data_file, name_filter).Run()
462
463
464if __name__ == "__main__":

Callers 1

stats-viewer.pyFile · 0.70

Calls 2

StatsViewerClass · 0.85
RunMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…