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

Method CounterSize

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

Return the size of a single counter.

(self)

Source from the content-addressed store, hash-verified

379 return Counter(self.data, 16 + index * self.CounterSize())
380
381 def CounterSize(self):
382 """Return the size of a single counter."""
383 return 4 + self.max_name_size
384
385
386class ChromeCounter(object):

Callers 1

CounterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected