Use histograms with logarithmicly-sized bins
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Wed, 4 Nov 2009 22:15:06 +0000 (17:15 -0500)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:03:29 +0000 (14:03 -0500)
commit4ee223e50270f894ec866b07c00ad49dff666173
treee2464e666bfac664efc288a588806086f863b47e
parentd6ee500355b870e83d5cdbc431629999ec97794e
Use histograms with logarithmicly-sized bins

These are very cool and fancy! In a single pass you get good resolution for
small values (not all lumped in one bin) without wasting many small bins for
large values. You also do no loose any values at all thanks to underflow and
overflow bins at each end. Number of bins is configurable.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
lttv/lttv/sync/event_analysis_eval.c
lttv/lttv/sync/event_analysis_eval.h
This page took 0.02338 seconds and 4 git commands to generate.