Add hit-ratios can be compiled out of production code. The hit ratio indicates the number of times
re-calculated versus number of actual changes. This will help us determine which ComputableValue instances are not useful. We should also include the average amount of time it took to calculate the value? See the ComputableValueMetrics branch for the begining of this.
Add hit-ratios can be compiled out of production code. The hit ratio indicates the number of times
re-calculated versus number of actual changes. This will help us determine which
ComputableValueinstances are not useful. We should also include the average amount of time it took to calculate the value? See theComputableValueMetricsbranch for the begining of this.