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

Method ProcessOutput

deps/v8/tools/run_perf.py:608–619  ·  view source on GitHub ↗

Processes test run output and updates result tracker. Args: output: Output object from the test run. result_tracker: ResultTracker object to be updated. count: Index of the test run (used for better logging).

(self, output, result_tracker, count)

Source from the content-addressed store, hash-verified

606 handle_sigterm=True)
607
608 def ProcessOutput(self, output, result_tracker, count):
609 """Processes test run output and updates result tracker.
610
611 Args:
612 output: Output object from the test run.
613 result_tracker: ResultTracker object to be updated.
614 count: Index of the test run (used for better logging).
615 """
616 if self.results_processor:
617 output = RunResultsProcessor(self.results_processor, output, count)
618
619 self.ConsumeOutput(output, result_tracker)
620
621
622class RunnableLeafTraceConfig(LeafTraceConfig, RunnableConfig):

Callers 1

MainFunction · 0.45

Calls 2

RunResultsProcessorFunction · 0.85
ConsumeOutputMethod · 0.45

Tested by

no test coverage detected