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

Method CountersInUse

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

Return the number of counters in active use.

(self)

Source from the content-addressed store, hash-verified

371 self.max_name_size = data.IntAt(8)
372
373 def CountersInUse(self):
374 """Return the number of counters in active use."""
375 return self.data.IntAt(12)
376
377 def Counter(self, index):
378 """Return the index'th counter."""

Callers 2

UpdateCountersMethod · 0.45
ComputeCountersMethod · 0.45

Calls 1

IntAtMethod · 0.80

Tested by

no test coverage detected