MCPcopy 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
611extern void
612f2py_cb_start_clock(void)
613{
614 ftime(&cb_start_time);
615}
616extern void
617f2py_cb_start_call_clock(void)
618{

Callers 1

f2py_cb_stop_call_clockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected