Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ execute
Method
execute
benchmarks/benchmarks/bench_import.py:11–12 ·
view source on GitHub ↗
(self, command)
Source
from the content-addressed store, hash-verified
9
timer = default_timer
10
11
def
execute(self, command):
12
call((executable,
'-c'
, command))
13
14
def
time_numpy(self):
15
self.execute(
'import numpy'
)
Callers
9
time_numpy
Method · 0.95
time_numpy_inspect
Method · 0.95
time_fft
Method · 0.95
time_linalg
Method · 0.95
time_ma
Method · 0.95
time_matlib
Method · 0.95
time_random
Method · 0.95
run
Method · 0.80
_raw_fft
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected