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

Method _Run

deps/v8/tools/run_perf.py:863–864  ·  view source on GitHub ↗
(self, runnable, count, secondary=False, post_process=True)

Source from the content-addressed store, hash-verified

861 return DesktopPlatform(args)
862
863 def _Run(self, runnable, count, secondary=False, post_process=True):
864 raise NotImplementedError() # pragma: no cover
865
866 def _LoggedRun(self, runnable, count, secondary=False, post_process=True):
867 suffix = ' - secondary' if secondary else ''

Callers 1

_LoggedRunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected