class Steep::Sampler

def total

def total
  @samples.sum(&:last)
end