Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ f2py_start_clock
Function
f2py_start_clock
numpy/f2py/src/fortranobject.c:583–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
static struct timeb cb_stop_call_time;
582
583
extern void
584
f2py_start_clock(void)
585
{
586
ftime(&start_time);
587
}
588
extern void
589
f2py_start_call_clock(void)
590
{
Callers
1
f2py_stop_call_clock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected