How to get timings for every hit
davideCremona opened this issue · 1 comments
davideCremona commented
Hi, is there a way to collect data for every line hit?
Currently I can get only aggregated data (Mean time for each line, number of hits and percentage).
Erotemic commented
I think it's computing a mean using constant memory, so probably not. You could modify the code to get that, but I think it would come at a cost.