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

Method Run

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

The main entry-point to running the stats viewer.

(self)

Source from the content-addressed store, hash-verified

88 self.root = None
89
90 def Run(self):
91 """The main entry-point to running the stats viewer."""
92 try:
93 self.data = self.MountSharedData()
94 # OpenWindow blocks until the main window is closed
95 self.OpenWindow()
96 finally:
97 self.CleanUp()
98
99 def MountSharedData(self):
100 """Mount the binary counters file as a memory-mapped file. If

Callers 1

MainFunction · 0.45

Calls 3

MountSharedDataMethod · 0.95
OpenWindowMethod · 0.95
CleanUpMethod · 0.95

Tested by

no test coverage detected