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

Method __init__

deps/v8/tools/run_perf.py:624–627  ·  view source on GitHub ↗
(self, suite, parent, arch)

Source from the content-addressed store, hash-verified

622class RunnableLeafTraceConfig(LeafTraceConfig, RunnableConfig):
623 """Represents a runnable suite definition that is a leaf."""
624 def __init__(self, suite, parent, arch):
625 super(RunnableLeafTraceConfig, self).__init__(suite, parent, arch)
626 if not self.owners:
627 logging.error("No owners provided for %s" % self.name)
628
629 def ProcessOutput(self, output, result_tracker, count):
630 self.ConsumeOutput(output, result_tracker)

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
errorMethod · 0.45

Tested by

no test coverage detected