mrmgxxxx

Results 4 comments of mrmgxxxx

isssue have resoled? and long time passed, how about this code ? is there a new release which already fix this issue or what ? @asfgit

a.out code: ```c++ #include #include int main() { struct timespec current_time; clock_gettime(CLOCK_MONOTONIC, &current_time); printf("Current tick time: %lld.%09ld seconds since epoch\n", (long long)current_time.tv_sec, current_time.tv_nsec); return 0; } ```

Is there any way not to change the tick time?