MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / zero

Method zero

tools/scripts/massif-diff.py:195–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

193 return self.value
194
195 def zero(self):
196 self.value = 0
197 self.total = 0
198 for node in self.nodes:
199 node.zero()
200
201 def diff(self, allocs, dedup, nodes_by_path=None):
202 if nodes_by_path is None:

Callers 1

diffMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected