MCPcopy 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

581static struct timeb cb_stop_call_time;
582
583extern void
584f2py_start_clock(void)
585{
586 ftime(&start_time);
587}
588extern void
589f2py_start_call_clock(void)
590{

Callers 1

f2py_stop_call_clockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected