lib/bluepill/process_statistics.rb in evented_bluepill-0.0.46 vs lib/bluepill/process_statistics.rb in evented_bluepill-0.0.47

- old
+ new

@@ -1,6 +1,8 @@ +# -*- encoding: utf-8 -*- + module Bluepill - class ProcessStatistics + class ProcessStatistics STRFTIME = "%m/%d/%Y %H:%I:%S" # possibly persist this data. def initialize @events = Util::RotationalArray.new(10) end