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

Method add_data_point

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

Source from the content-addressed store, hash-verified

332 return s + "}"
333
334 def add_data_point(self, name, run, count, duration):
335 if name not in self.data:
336 self.data[name] = Row(name, self.run_count)
337
338 self.data[name].add_data_point(run, count, duration)
339
340 def prepare(self, stdev=False):
341 if self.data:

Callers 1

collect_bucketsFunction · 0.95

Calls 2

RowClass · 0.85
add_data_pointMethod · 0.45

Tested by

no test coverage detected