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

Function duration

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

Source from the content-addressed store, hash-verified

4382 start = time.time()
4383
4384 def duration():
4385 return time.time() - start
4386
4387 # This test is timing dependent. There is no signal from the C++
4388 # 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