Module: Barnes::Instruments::Timepiece
- Defined in:
- lib/barnes/instruments/stopwatch.rb
Class Method Summary collapse
Class Method Details
.cpu ⇒ Object
69 70 71 |
# File 'lib/barnes/instruments/stopwatch.rb', line 69 def self.cpu Process.clock_gettime Process::CLOCK_PROCESS_CPUTIME_ID, :float_millisecond end |
.wall ⇒ Object
65 66 67 |
# File 'lib/barnes/instruments/stopwatch.rb', line 65 def self.wall ::Time.now.to_f * 1000 end |