Method: Mutant::Segment#elapsed

Defined in:
lib/mutant/segment.rb

#elapsedObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



13
14
15
# File 'lib/mutant/segment.rb', line 13

def elapsed
  timestamp_end - timestamp_start
end