module Pwrake
require “pwrake/grviz”
Constants
- DELEGATE_METHODS
- InvocationChain
- RANK_STAT
- START_CLOCK
- START_TIME
- TaskArguments
- VERSION
Public Class Methods
clock()
click to toggle source
# File lib/pwrake/option/option.rb, line 8 def self.clock Process.clock_gettime(Process::CLOCK_MONOTONIC) end