Update
This commit is contained in:
parent
dae6a8b4cf
commit
91b08c5ad3
@ -20,3 +20,5 @@ double getTimeResolution(void)
|
||||
clock_getres(CLOCK_MONOTONIC, &ts);
|
||||
return (double)ts.tv_sec + (double)ts.tv_nsec * 1.e-9;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user