GPUOpen-Tools / GPU-Reshape

GPU Reshape (GRS) is an API agnostic instrumentation framework, with instruction level validation.
Other
359 stars 10 forks source link

Counter for messages #22

Closed aurolou closed 10 months ago

aurolou commented 1 year ago

I think it does overflow at some point? I'm also not sure what's the point of a counter that increases insanely fast and wonder if we can come up with something better / more useful 🤔

miguel-petersen commented 1 year ago

Counters can be useful for certain things, but I agree that it's just spam in most cases. Will give a good think on what a replacement could be!

miguel-petersen commented 11 months ago

So, we have the detailed instrumentation info now, but you're right that the counters are still a bit uninteresting. Perhaps a per-frame, per-second, count is better. Or percentage of the total errors that frame.

miguel-petersen commented 10 months ago

Duplicate of https://github.com/GPUOpen-Tools/GPU-Reshape/issues/31