Relation

Timeit Module

Python's built-in timeit module allows you to measure the amount of time a code snippet takes to run 1,000,000 times (or any number of times you specify). The module can be used from the command line, the python interpreter, or inside of a .py file.

0

1

Updated 2021-02-22

Tags

Python Programming Language

Data Science