Perf.Count
Description
Simple counter.
count :: Applicative m => StepMeasure m Int Source #
Register 1 as a performance measure
countN :: Int -> Measure IO Int Source #
Count the number of times measured.