Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ f2py_start_call_clock
Function
f2py_start_call_clock
numpy/f2py/src/fortranobject.c:588–593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
586
ftime(&start_time);
587
}
588
extern void
589
f2py_start_call_clock(void)
590
{
591
f2py_stop_clock();
592
ftime(&start_call_time);
593
}
594
extern void
595
f2py_stop_clock(void)
596
{
Callers
nothing calls this directly
Calls
1
f2py_stop_clock
Function · 0.85
Tested by
no test coverage detected