MicrobenchmarksGui
MicrobenchmarksGui copied to clipboard
High DPI support
Nice program, but the GUI needs a manifest to support High-DPI monitors. On my 27” 4k monitor, your program is very blurry.
Apparently you’re using Windows Forms library for the GUI, here’s the guide.
I tried the manifest and the controls I add programmatically end up in the wrong positions if I enable DPI scaling on my 4K monitor. For now, export the results and use a DPI-aware program to graph them.
I'll eventually give it another try if I feel like I need to do a major refactor or rewrite later on, and have the free time to go for it.