Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp75 if (sectionsNum == ten && fpsInfoResult.fps != 0) { in GetResultFPS()
108 if (printCount < ten) { in GetSectionsPrint()
109 for (int i = 0; i < ten - printCount; i++) { in GetSectionsPrint()
130 printf("sectionsFps:%d|%lld\n", msCount * ten, currLastTime); in GetSectionsFps()
136 printf("sectionsFps:%d|%lld\n", msCount * ten, currLastTime); in GetSectionsFps()
144 printf("sectionsFps:%d|%lld\n", msCount * ten, currLastTime); in GetSectionsFps()
/developtools/profiler/host/smartperf/client/client_command/include/
Dprofiler_fps.h116 int ten = 10; variable