module ParkBench.Internal
(
benchmark1,
Pull1 (..),
benchmark,
Pull,
Pulls,
pulls,
pull,
whnf,
whnfIO,
measure,
Timed (..),
Estimate (..),
initialEstimate,
updateEstimate,
stdev,
variance,
Roll (..),
RtsStats (..),
allocated_bytes_per_second,
average_live_data,
gc_average_ns,
gc_cpu_percent,
gc_wall_percent,
max_normal_objects_bytes,
minor_gcs,
mut_cpu_percent,
mut_wall_percent,
work_balance,
R (..),
Cellular (..),
BytesCell (..),
BytesPerSecondCell (..),
IncomparableWord3Cell (..),
IncomparablePercentageCell (..),
NanosecondsCell (..),
NumberCell (..),
NumberCell' (..),
PercentageCell (..),
PercentageCell' (..),
rowMaker,
Table (..),
renderTable,
RowGroup (..),
Row (..),
Cell (..),
isEmptyCell,
Color (..),
)
where
import ParkBench.Benchmark
import ParkBench.Driver
import ParkBench.Pretty
import ParkBench.RtsStats
import ParkBench.Statistics