Method: AppMap::Util.gettime

Defined in:
lib/appmap/util.rb

.gettimeObject



277
278
279
# File 'lib/appmap/util.rb', line 277

def gettime
  Process.clock_gettime Process::CLOCK_MONOTONIC
end