Lines Matching full:counters
33 The stats viewer reads counters from a binary file and displays them
55 # The magic numbers used to check if a file is not a counters file
67 data_name: the name of the file containing the counters.
73 # The handle created by mmap.mmap to the counters file. We need
81 # The counter collection used to access the counters file
97 """Mount the binary counters file as a memory-mapped file. If
136 necessary. If the same counters are present in the file as before
137 we just update the existing labels. If any counters have been added
174 counters = self.ComputeCounters()
175 self.RebuildMainWindow(counters)
178 """Group the counters by the suffix of their name.
181 several variables in the binary counters file that differ only by a
182 two-character prefix (for instance "c:X" and "t:X") counters are
187 A mapping from suffixes to a list of counters with that suffix,
218 groups: the groups of counters to display
302 counters file."""
328 """A pointer to a single counter within a binary counters file."""
357 """An overlay over a counters file that provides access to the
358 individual counters contained in the file."""
371 """Return the number of counters in active use."""
384 """A pointer to a single counter within a binary counters file."""
415 """An overlay over a counters file that provides access to the
416 individual counters contained in the file."""
437 """Return the number of counters in active use."""
455 data_file: The counters file to monitor.