Searched refs:msStartTime (Results 1 – 2 of 2) sorted by relevance
157 void ProfilerFPS::GetSectionsPrint(int printCount, long long msStartTime) const in GetSectionsPrint()162 msStartTime += msJiange; in GetSectionsPrint()163 printf("sectionsFps:%d|%lld\n", 0, msStartTime); in GetSectionsPrint()172 long long msStartTime = (fpsInfoResult.currTimeStamps[0] / msClear) * msClear + msJiange; in GetSectionsFps() local179 if (currTime <= msStartTime) { in GetSectionsFps()181 } else if (currTime > msStartTime && currTime <= (msStartTime + msJiange)) { in GetSectionsFps()184 msStartTime += msJiange; in GetSectionsFps()191 msStartTime += msJiange; in GetSectionsFps()
71 void GetSectionsPrint(int printCount, long long msStartTime) const;