MCPcopy Create free account
hub / github.com/apache/arrow / duration

Function duration

python/pyarrow/tests/test_dataset.py:4383–4384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4381 start = time.time()
4382
4383 def duration():
4384 return time.time() - start
4385
4386 # This test is timing dependent. There is no signal from the C++
4387 # when backpressure has been hit. We don't know exactly when

Callers 7

NumPyDtypeToArrowFunction · 0.50
GetTypeMethod · 0.50
TestSessionFunction · 0.50
PyDateTime_to_TimePointFunction · 0.50
TimePoint_from_sFunction · 0.50
TimePoint_from_nsFunction · 0.50

Calls 1

timeMethod · 0.80

Tested by

no test coverage detected