Searched refs:FpsInfoProfiler (Results 1 – 2 of 2) sorted by relevance
29 struct FpsInfoProfiler { struct42 bool operator==(const FpsInfoProfiler& other) const argument57 FpsInfoProfiler() in FpsInfoProfiler() function67 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 …]
39 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 …]