hackajar wrote:Aside from debugging, is there a need for the WU count? Perhaps that space can be used for other statistics (Like Fan Speed, Core Temp, etc.)
The "WU Rate: " display?
That's really just a scrolling status display. Right now, all it's displaying during cracking is the rate calculated by the workunit module based on how long things have been running and how much work has been done. It's a bit below the displayed rate because the workunits are initialized before the data is copied to the GPU, so there's a few second delay. I could probably drop display of that data.
It sounds like "GPU core temp" is of interest to several people... I suppose I can wrap the nvidia-smi utility on Linux & get that data. Not sure how to do it on Windows, I'll get there when I get there.

Alternately, I could display the GPU temp by each GPU indicator.
- Code: Select all
0: GPU (90C): 773.0M/s
Would something like that be useful?
Eventually, I'll have some overlay windows that can display useful data too. That was my intention for temperatures, but if they're of great interest, I can put them in the main display window.