Optimization & Compiler
Python time library 성능 체크
hellobird
2019. 6. 18. 14:53
import time
start = time.time()
print(time.time() - start)