xiphonics/picoTracker

Reinstate UI gauge to show CPU usage

Opened this issue · 2 comments

maks commented

While working on the battery gauge I found there was already UI code from lgpt to show CPU usage on song screen during project playback but this was not functional for picotracker.

I also found that in the main loop there is pico specific code to measure CPU usage but only for debug printing to console.

So implementing this should just be a matter of wiring up reading the CPU usage out of a variable that the main loop code updates while playback is happening by reinstating the previous UI code in the song screen.

That CPU gauge is fundamentally broken, doesn't really work. In any case, it should only be used for development and/or debugging purposes. See comments in #8

maks commented

Yes the existing CPU gauge I removed because I noticed it wasnt working too.
But I was thinking it could come back using the data thats in the PICOSTATS define within picoTrackerEventManager::MainLoop() , I think that would work?