Home
last modified time | relevance | path

Searched refs:msStartTime (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp157 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() local
179 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()
/developtools/profiler/host/smartperf/client/client_command/include/
Dprofiler_fps.h71 void GetSectionsPrint(int printCount, long long msStartTime) const;