'Getting interrupt-driven timestamp
Under Windows there's GetSystemTimeAsFileTime() which reads an internal static variable updated by the clock-interrupt (I suspect that the exact timing is derived from the High Precision Event Timer), i.e. the call is completely satisfied in user mode. Is there also something like that under Linux which is reliably not feeded by the processor's timestamp-counter ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
