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

Method Counter

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

Return the index'th counter.

(self, index)

Source from the content-addressed store, hash-verified

375 return self.data.IntAt(12)
376
377 def Counter(self, index):
378 """Return the index'th counter."""
379 return Counter(self.data, 16 + index * self.CounterSize())
380
381 def CounterSize(self):
382 """Return the size of a single counter."""

Callers 2

UpdateCountersMethod · 0.45
ComputeCountersMethod · 0.45

Calls 2

CounterSizeMethod · 0.95
CounterClass · 0.70

Tested by

no test coverage detected