Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp93 void ProfilerFPS::GetResultFPS(int sectionsNum) in GetResultFPS() argument
116 if (sectionsNum != 0 && fpsInfoResult.fps != 0) { in GetResultFPS()
117 GetSectionsFps(fpsInfoResult, sectionsNum); in GetResultFPS()
253 int sectionsNum = (static_cast<int>(v.size()) >= four) ? atoi(v[four].c_str()) : 0; in GetFPS() local
254 if (sectionsNum > ten) { in GetFPS()
255 printf("set sectionsNum:%d not valid arg \n", sectionsNum); in GetFPS()
258 GetResultFPS(sectionsNum); in GetFPS()
402 int sectionsNum; in GetOhFps() local
404 sectionsNum in GetOhFps()
[all...]
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dprofiler_fps.h66 void GetResultFPS(int sectionsNum);

Completed in 2 milliseconds