#include <chrono>#include <thread>#include <promeki/core/namespace.h>#include <promeki/core/string.h>

Go to the source code of this file.
Classes | |
| class | TimeStamp |
| A monotonic timestamp based on std::chrono::steady_clock. More... | |
Functions | |
| TimeStamp | operator+ (const TimeStamp &ts, const TimeStamp::Duration &duration) |
| Returns a new TimeStamp advanced by the given duration. | |
| TimeStamp | operator- (const TimeStamp &ts, const TimeStamp::Duration &duration) |
| Returns a new TimeStamp moved back by the given duration. | |
See LICENSE file in the project root folder for license information.