Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ tearDownClass
Method
tearDownClass
deps/v8/tools/unittests/run_perf_test.py:145–148 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
143
144
@classmethod
145
def
tearDownClass(cls):
146
cls._cov.stop()
147
print(
''
)
148
print(cls._cov.report())
149
150
def
setUp(self):
151
self.maxDiff = None
Callers
nothing calls this directly
Calls
3
stop
Method · 0.65
print
Function · 0.50
report
Method · 0.45
Tested by
no test coverage detected