MicrobenchmarksGui icon indicating copy to clipboard operation
MicrobenchmarksGui copied to clipboard

An attempt to make a more accessible microbenchmark

Results 4 MicrobenchmarksGui issues
Sort by recently updated
recently updated
newest added

Prevents buttons and "Export" group box being cut off when the window is resized.

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...

`MemoryLatency.c` ``` float RunLatencyTest(uint32_t size_kb, uint64_t iterations) { for (int i = 0; i < iterations; i++) { current = A[current]; ``` here we have `int` 31-bit overflow for big...

Request to change the CSV separator. The CSV separator conflicts with my Windows localization. Currently, I get a comma as the separator and decimal separator. This is very, very annoying....