Method: Cosmos::StatisticsProcessor#samples

Defined in:
lib/cosmos/processors/statistics_processor.rb

#samplesArray

Returns The set of samples stored by the processor.

Returns:

  • (Array)

    The set of samples stored by the processor



25
26
27
# File 'lib/cosmos/processors/statistics_processor.rb', line 25

def samples
  @samples
end