Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Static Public Member Functions | Public Attributes | Properties | List of all members
Org.Apache.REEF.Wake.Util.TimeHelper Class Reference

Static Public Member Functions

static long AsLongNanoSeconds (TimeSpan timeSpan)
 
static double AsDoubleNanoSeconds (TimeSpan timeSpan)
 

Public Attributes

const long TicksPerMilliSecond = 10000
 
const long TicksPerMicroSecond = 10
 
const double TicksPerNanoSecond = .01
 

Properties

static long CurrentTimeToNanoSeconds [get]
 

Member Function Documentation

◆ AsDoubleNanoSeconds()

static double Org.Apache.REEF.Wake.Util.TimeHelper.AsDoubleNanoSeconds ( TimeSpan  timeSpan)
inlinestatic

◆ AsLongNanoSeconds()

static long Org.Apache.REEF.Wake.Util.TimeHelper.AsLongNanoSeconds ( TimeSpan  timeSpan)
inlinestatic

Member Data Documentation

◆ TicksPerMicroSecond

const long Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerMicroSecond = 10

◆ TicksPerMilliSecond

const long Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerMilliSecond = 10000

◆ TicksPerNanoSecond

const double Org.Apache.REEF.Wake.Util.TimeHelper.TicksPerNanoSecond = .01

Property Documentation

◆ CurrentTimeToNanoSeconds

long Org.Apache.REEF.Wake.Util.TimeHelper.CurrentTimeToNanoSeconds
staticget

The documentation for this class was generated from the following file: