Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp105 void ProfilerFPS::GetSectionsPrint(int printCount, long long msStartTime) in GetSectionsPrint() argument
108 if (printCount < ten) { in GetSectionsPrint()
109 for (int i = 0; i < ten - printCount; i++) { in GetSectionsPrint()
124 int printCount = 0; in GetSectionsFps() local
134 printCount++; in GetSectionsFps()
137 printCount++; in GetSectionsFps()
145 printCount++; in GetSectionsFps()
146 GetSectionsPrint(printCount, currLastTime); in GetSectionsFps()
/developtools/profiler/host/smartperf/client/client_command/include/
Dprofiler_fps.h68 void GetSectionsPrint(int printCount, long long msStartTime);