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

Method add_data

deps/v8/tools/generate-runtime-call-stats.py:279–281  ·  view source on GitHub ↗
(self, counts, durations)

Source from the content-addressed store, hash-verified

277 f"mean_duration: {self.mean_duration}")
278
279 def add_data(self, counts, durations):
280 self.counts = counts
281 self.durations = durations
282
283 def add_data_point(self, run, count, duration):
284 self.counts[run] = count

Callers 1

prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected