# File lib/amalgalite/profile_tap.rb, line 69
    def to_a
      [ @name, @sum, @sumsq, @n, mean, stddev, @min, @max ]
    end