The main entry-point to running the stats viewer.
(self)
| 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 |
no test coverage detected