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

Method add_data_point

deps/v8/tools/generate-runtime-call-stats.py:283–285  ·  view source on GitHub ↗
(self, run, count, duration)

Source from the content-addressed store, hash-verified

281 self.durations = durations
282
283 def add_data_point(self, run, count, duration):
284 self.counts[run] = count
285 self.durations[run] = duration
286
287 def prepare(self, stdev=False):
288 if len(self.durations) > 1:

Callers 1

add_data_pointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected