Is there a program/library that allows to override time flow in other processes?
Expecting it to override clock_gettime, gettimeofday, alarm and other functions that report time or use timeout using LD_PRELOAD and allows user to change coefficient between real time and virtual time on the fly.
CLOCK_MONOTONIC, notCLOCK_REALTIME. – MSalters Jan 24 at 13:49