Class: Teakflake::ProcessClock
- Inherits:
-
Object
- Object
- Teakflake::ProcessClock
- Defined in:
- lib/teakflake/clocks/process.rb
Instance Method Summary collapse
Instance Method Details
#millis ⇒ Object
19 20 21 |
# File 'lib/teakflake/clocks/process.rb', line 19 def millis Process.clock_gettime(Process::CLOCK_REALTIME, :millisecond) end |