Method: LightStep.micros

Defined in:
lib/lightstep.rb

.micros(time) ⇒ Object

Convert a time to microseconds



25
26
27
# File 'lib/lightstep.rb', line 25

def self.micros(time)
  (time.to_f * 1E6).floor
end