Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
H A Dprofiler_fps.h22 struct FpsInfoProfiler { struct
36 bool operator == (const FpsInfoProfiler &other) const in operator ==()
51 FpsInfoProfiler() in FpsInfoProfiler() function
67 FpsInfoProfiler GetFpsInfo();
68 FpsInfoProfiler selfRerderLayers(const std::string &gameLayer);
72 FpsInfoProfiler GetSurfaceFrame(std::string name);
74 void GetSectionsFps(FpsInfoProfiler &fpsInfoResult, int nums) const;
81 FpsInfoProfiler fpsInfo;
82 FpsInfoProfiler fpsInfoMax;
83 FpsInfoProfiler lastFpsInfoResul
[all...]
/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp39 FpsInfoProfiler finalResult; in ItemData()
98 FpsInfoProfiler fpsInfoResult; in GetResultFPS()
202 void ProfilerFPS::GetSectionsFps(FpsInfoProfiler &fpsInfoResult, int nums) const in GetSectionsFps()
276 FpsInfoProfiler ProfilerFPS::GetFpsInfo() in GetFpsInfo()
312 FpsInfoProfiler ProfilerFPS::GetSurfaceFrame(std::string name) in GetSurfaceFrame()
315 return FpsInfoProfiler(); in GetSurfaceFrame()
317 static std::map<std::string, FpsInfoProfiler> fpsMap; in GetSurfaceFrame()
319 FpsInfoProfiler tmp; in GetSurfaceFrame()
420 FpsInfoProfiler ProfilerFPS::selfRerderLayers(const std::string &gameLayer) in selfRerderLayers()

Completed in 2 milliseconds