rzezeski/libMicro

Add raw stat option

Opened this issue · 2 comments

Add a "raw" or "export" option that allows recording of each sample of the benchmark in a TSV file. This allows the use of external tools for analysis or visualization.

ebuk commented

this would be helpful, perhaps a standard text export ,. skip the JSON :)

Started working on it last night but noticed another issue which I think I want to resolve first. Jittery time sources giving me a headache. The illumos clock_gettime() is especially bad, I've seen it range from 300ns to 1ms.