fermi-ad / datalogger-to-ml

Scripts for requesting AD Controls data logger data and transforming those to the desired ML output format and destination.
3 stars 0 forks source link

Profile Code #2

Open beauremus opened 4 years ago

beauremus commented 4 years ago

Distinct functional parts of the code should be timed to determine where optimizations may be made.

timeit seems to be the accepted method for profiling. https://docs.python.org/3/library/timeit.html

Document the results in the README.