MCPcopy Create free account
hub / github.com/PyTables/PyTables / check_full_browse

Function check_full_browse

bench/open_close-bench.py:63–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62
63def check_full_browse():
64 for i in range(niter):
65 print("------------------ full_browse #%s -----------------------" % i)
66 tref = clock()
67 fileh = tb.open_file(filename)
68 for node in fileh:
69 pass
70 fileh.close()
71 show_stats("After full browse", tref)
72
73
74def check_partial_browse():

Callers

nothing calls this directly

Calls 2

show_statsFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected