MCPcopy 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}
588extern void
589f2py_start_call_clock(void)
590{
591 f2py_stop_clock();
592 ftime(&start_call_time);
593}
594extern void
595f2py_stop_clock(void)
596{

Callers

nothing calls this directly

Calls 1

f2py_stop_clockFunction · 0.85

Tested by

no test coverage detected