tom-seddon / b2

BBC Micro emulator for Windows, OS X, and Linux
114 stars 13 forks source link

Re-sort mutexes in performance panel #344

Closed tom-seddon closed 5 months ago

tom-seddon commented 5 months ago

If you've reset the stats, some will become (in effect) never locked - but they aren't shown in the Never Locked section.

Would be good to have a couple of sort options too... would a Dear ImGui table be any use for this?

tom-seddon commented 5 months ago

Who am I to disagree with past me? I wasn't there, but he was!

    // This is never reset, so that it's possible to distinguish no locks ever
    // from no locks since stats last reset.

Sort options are probably still a good idea.

tom-seddon commented 5 months ago

A separate section for mutexes never locked since last reset narrows it down enough that extra sort options are probably unnecessary.