clock_gettime(CLOCK_MONOTONIC, &stats->time_start);
fps_limit_dbg("Init time: s: %ld, ns: %ld", stats->time_start.tv_sec, stats->time_start.tv_nsec);
clock_gettime(CLOCK_MONOTONIC, &stats->time_start);
fps_limit_dbg("Init time: s: %ld, ns: %ld", stats->time_start.tv_sec, stats->time_start.tv_nsec);