MCPcopy Create free account
hub / github.com/numpy/numpy / f2py_cb_start_call_clock

Function f2py_cb_start_call_clock

numpy/f2py/src/fortranobject.c:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 ftime(&cb_start_time);
615}
616extern void
617f2py_cb_start_call_clock(void)
618{
619 f2py_cb_stop_clock();
620 ftime(&cb_start_call_time);
621}
622extern void
623f2py_cb_stop_clock(void)
624{

Callers

nothing calls this directly

Calls 1

f2py_cb_stop_clockFunction · 0.85

Tested by

no test coverage detected