This, intended for tests, feature allows testing time related event without need for real time waits. Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>
8 lines
103 B
C++
8 lines
103 B
C++
/*
|
|
* Copyright 2015 Cloudius Systems
|
|
*/
|
|
|
|
#include "gc_clock.hh"
|
|
|
|
std::atomic<int64_t> clocks_offset;
|