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/
Dprofiler_fps.h29 struct FpsInfoProfiler { struct
42 bool operator==(const FpsInfoProfiler& other) const argument
57 FpsInfoProfiler() in FpsInfoProfiler() function
67 void GetSectionsFps(FpsInfoProfiler &fpsInfo);
71 FpsInfoProfiler GetFpsInfo();
72 FpsInfoProfiler GetFpsInfoMax();
73 FpsInfoProfiler GetFpsInfoResult(FpsInfoProfiler &fpsInfo, long long &lastLineTime);
74 void GetLastFpsInfo(FpsInfoProfiler &fpsInfo);
75 void GetPrevFpsInfo(FpsInfoProfiler &fpsInfo);
76 void InitParams(FpsInfoProfiler &fpsInfo, long long &lastLineTime);
[all …]
/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp39 FpsInfoProfiler fpsInfoResult; in GetResultFPS()
116 void ProfilerFPS::GetSectionsFps(FpsInfoProfiler &fpsInfo) in GetSectionsFps()
207 FpsInfoProfiler ProfilerFPS::GetFpsInfoMax() in GetFpsInfoMax()
257 FpsInfoProfiler ProfilerFPS::GetFpsInfo() in GetFpsInfo()
270 FpsInfoProfiler ProfilerFPS::GetFpsInfoResult(FpsInfoProfiler &fpsInfo, long long &lastLineTime) in GetFpsInfoResult()
316 void ProfilerFPS::GetLastFpsInfo(FpsInfoProfiler &fpsInfo) in GetLastFpsInfo()
344 void ProfilerFPS::GetPrevFpsInfo(FpsInfoProfiler &fpsInfo) in GetPrevFpsInfo()
379 void ProfilerFPS::InitParams(FpsInfoProfiler &fpsInfo, long long &lastLineTime) in InitParams()
393 FpsInfoProfiler ProfilerFPS::GetSurfaceFrame(std::string name) in GetSurfaceFrame()
396 return FpsInfoProfiler(); in GetSurfaceFrame()
[all …]