DLBPointon / SummaryStats

A repo to collect project stats.
0 stars 1 forks source link

Graphs are very CPU intensive #16

Open DLBPointon opened 3 months ago

DLBPointon commented 3 months ago

Graphs are very CPU intensive and currently generated one after the other.

Graphs as a whole should be activated by flag and then run on their own threads (multiprocessor).

DLBPointon commented 1 month ago

Partially mitigated thanks to #18

Adding plt.close() rather than plt.clr()