MCPcopy Create free account
hub / github.com/nodejs/node / process_entry

Method process_entry

deps/v8/tools/eval_gc_nvp.py:88–92  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

86 self.percentiles = percentiles
87
88 def process_entry(self, entry):
89 if self.key in entry:
90 self.values.append(float(entry[self.key]))
91 if self.histogram:
92 self.histogram.add(float(entry[self.key]))
93
94 def min(self):
95 return min(self.values)

Callers 1

mainFunction · 0.80

Calls 2

addMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected