module Kernel
Public Instance Methods
ClockCount() → integer
click to toggle source
ClockCount() returns machine specific clock counter.
static VALUE
clockcount_m(VALUE self)
{
return ULL2NUM(clockcount());
}