MCPcopy
hub / github.com/zju3dv/4K4D / timeit

Function timeit

easyvolcap/utils/pointnet2_utils.py:10–12  ·  view source on GitHub ↗
(tag, t)

Source from the content-addressed store, hash-verified

8from easyvolcap.utils.net_utils import MLP
9
10def timeit(tag, t):
11 print("{}: {}s".format(tag, time() - t))
12 return time()
13
14
15def pc_normalize(pc):

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected