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

Method setUpClass

deps/v8/tools/unittests/run_perf_test.py:139–142  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

137class PerfTest(unittest.TestCase):
138 @classmethod
139 def setUpClass(cls):
140 cls._cov = coverage.coverage(
141 include=([os.path.join(TOOLS_ROOT, 'run_perf.py')]))
142 cls._cov.start()
143
144 @classmethod
145 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 3

coverageMethod · 0.80
joinMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected