Ok -- have a lengthy python/tkinter program I've been writing and almost done with it, it works great but one thing I hadn't been keeping an eye on is the cpu monitor.
But then, how accurate, what value does it have?
I can reboot, start python, open my program and start it under the command prompt and it will shoot up to 100% -- talking about that little cpu monitor in the upper right corner in raspian, just left of the clock.
What's weird though, is it stays at 100%, even if I close everything -- python included. Like I say, the program runs perfectly -- no errors -- there is a lot going on with 2 threads, and of course tkinter in there also. Is there a better way to see what actually is happening? maybe a command or soemthing I can put in the software that will show me resources being used?
Thought I'd try a PI2 also -- using a model B right now. Guess I may have to just comment out blocks of code to see where the hog is.