main #4

Merged
moebiusband merged 3 commits from :main into main 2024-09-19 15:18:00 +02:00
Showing only changes of commit 91b08c5ad3 - Show all commits

View File

@ -20,3 +20,5 @@ double getTimeResolution(void)
clock_getres(CLOCK_MONOTONIC, &ts);
return (double)ts.tv_sec + (double)ts.tv_nsec * 1.e-9;
}