Method: Libsql::ProfileSampler#to_s
- Defined in:
- lib/libsql/profile_tap.rb
#to_s ⇒ Object
return a string containing the sampler summary
85 86 87 |
# File 'lib/libsql/profile_tap.rb', line 85 def to_s "[%s] => sum: %d, sumsq: %d, n: %d, mean: %0.6f, stddev: %0.6f, min: %d, max: %d" % self.to_a end |