Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ f2py_cb_start_clock
Function
f2py_cb_start_clock
numpy/f2py/src/fortranobject.c:611–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
extern void
612
f2py_cb_start_clock(void)
613
{
614
ftime(&cb_start_time);
615
}
616
extern void
617
f2py_cb_start_call_clock(void)
618
{
Callers
1
f2py_cb_stop_call_clock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected