Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ report
Method
report
numpy/distutils/command/build_ext.py:168–170 ·
view source on GitHub ↗
(copt)
Source
from the content-addressed store, hash-verified
166
cache_path=opt_cache_path
167
)
168
def
report(copt):
169
log.info(
"\n########### EXT COMPILER OPTIMIZATION ###########"
)
170
log.info(copt.report(full=True))
171
172
import
atexit
173
atexit.register(report, self.compiler_opt)
Callers
1
__repr__
Method · 0.45
Calls
1
info
Method · 0.80
Tested by
1
__repr__
Method · 0.36