Home
last modified time | relevance | path

Searched refs:printCount (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp167 void ProfilerFPS::GetSectionsPrint(int printCount, long long msStartTime, int numb, long long harTime) const in GetSectionsPrint() argument
169 if (printCount < numb) { in GetSectionsPrint()
170 for (int i = 0; i < numb - printCount; i++) { in GetSectionsPrint()
212 int printCount = 0; in GetSectionsFps() local
226 printCount++; in GetSectionsFps()
237 printCount++; in GetSectionsFps()
238 GetSectionsPrint(printCount, currLastTime, nums, harTime); in GetSectionsFps()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dprofiler_fps.h75 void GetSectionsPrint(int printCount, long long msStartTime, int numb, long long harTime) const;

Completed in 2 milliseconds