BruceJohnJennerLawso / scrap

Hockey stats analysis done by scraping the data to a csv file, then processing/analyzing them with more python.
3 stars 0 forks source link

Time tracking of readata.py #36

Open BruceJohnJennerLawso opened 8 years ago

BruceJohnJennerLawso commented 8 years ago

Readata.py is really starting to strain available computing resources, so at the least I need to start collecting data on how the app is performing.

Thinking something like a loop that tracks current time and records cpu usage as a graph of time while the multithreaded processes run. Output to a scatterplot with a solid line.