Faabric
Topics
Developing Faabric
Code
Namespace list
Class list
Faabric
File clock.h
View page source
File clock.h
namespace
faabric
namespace
util
Typedefs
typedef
std
::
chrono
::
steady_clock
::
time_point
TimePoint
class
Clock
Public Functions
Clock
(
)
const
TimePoint
now
(
)
long
epochMillis
(
)
long
timeDiff
(
const
TimePoint
&
t1
,
const
TimePoint
&
t2
)
long
timeDiffNano
(
const
TimePoint
&
t1
,
const
TimePoint
&
t2
)
long
timeDiffMicro
(
const
TimePoint
&
t1
,
const
TimePoint
&
t2
)