Searched refs:fromFirstToNow (Results 1 – 1 of 1) sorted by relevance
144 int64_t fromFirstToNow = chrono::duration_cast<chrono::microseconds>( in PrintStatistic() local146 if (fromFirstToNow == 0) { in PrintStatistic()149 double fps = PRINT_PER_FRAME * US_TO_S / fromFirstToNow; in PrintStatistic()