| Class | RFuzz::Sampler |
| In: |
lib/rfuzz/stats.rb
|
| Parent: | Object |
| max | [R] | |
| min | [R] | |
| n | [R] | |
| sum | [R] | |
| sumsq | [R] |
Class method that returns the headers that a CSV file would have for the values that this stats object is using.
You can just call tick repeatedly if you need the delta times between a set of sample periods, but many times you actually want to sample how long something takes between a start/end period. Call mark at the beginning and then tick at the end you’ll get this kind of measurement. Don‘t mix mark/tick and tick sampling together or the measurement will be meaningless.