Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_numpy
Method
time_numpy
benchmarks/benchmarks/bench_import.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
call((executable,
'-c'
, command))
13
14
def
time_numpy(self):
15
self.execute(
'import numpy'
)
16
17
def
time_numpy_inspect(self):
18
# What are the savings from avoiding to import the inspect module?
Callers
nothing calls this directly
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected