I'm using JMH on Windows 7. I'm trying to generate average times output. I've tried running the built jar in either a cygwin mintty or a DOS cmd shell. In both cases, it prints out values like "10?? s/op".
I've tried several things to try to fix this. I would also like to see if I could get it to report measurements in terms of milliseconds or microseconds, but I'm not going to bother until I can be sure that it's even reporting real data.
This is most likely a character encoding problem, but I don't understand how to fix it. I tried examining the output with a hex viewer, and those characters really are "?" characters. I've seen one other SO posting with a similar problem (Strange output when using JMH), but the information in that posting and answer didn't help me.