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

Method AddError

deps/v8/tools/run_perf.py:225–226  ·  view source on GitHub ↗
(self, error)

Source from the content-addressed store, hash-verified

223 return trace.name in self.traces and self.traces[trace.name]['stddev'] != ''
224
225 def AddError(self, error):
226 self.errors.append(error)
227
228 def AddRunnableDuration(self, runnable, duration):
229 """Records a duration of a specific run of the runnable."""

Callers 3

MainFunction · 0.95
ConsumeOutputMethod · 0.80
ConsumeOutputMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected