JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
33 stars 9 forks source link

Check if csv is enabled before csv write #467

Closed JakeRoggenbuck closed 1 year ago

JakeRoggenbuck commented 1 year ago

This is a huge speed up if csv is not enabled. This entire green block doesn't get called. image

closes #469