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)