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

Method Value

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

Return the integer value of this counter.

(self)

Source from the content-addressed store, hash-verified

341 self.offset = offset
342
343 def Value(self):
344 """Return the integer value of this counter."""
345 return self.data.IntAt(self.offset)
346
347 def Name(self):
348 """Return the ascii name of this counter."""

Callers 2

UpdateCountersMethod · 0.95
RebuildMainWindowMethod · 0.45

Calls 1

IntAtMethod · 0.80

Tested by

no test coverage detected