Searched refs:FpsResult (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_parse_fps.h | 25 using FpsResult = SpString; variable 68 FpsResult complexFps; 81 FpsResult ParseTraceFile(FilePath& filePath, PackageName& packageName); 86 …inline const FpsResult ParseBranch(FilePath& filePath, PackageName& pN, PageType& pT, TouchEvent&… 87 inline FpsResult PraseFPSTrace(FilePath& filePath, float staticTime, SpString uiPoint);
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_parse_fps.cpp | 62 const FpsResult ParseFPS::ParseBranch(FilePath& filePath, PackageName& pN, PageType& pT, TouchEvent… in ParseBranch() 64 FpsResult fps = "0"; in ParseBranch() 93 FpsResult ParseFPS::ParseTraceFile(FilePath& filePath, PackageName& packageName) in ParseTraceFile() 98 FpsResult fps; in ParseTraceFile() 201 FpsResult ParseFPS::PraseFPSTrace(FilePath& filePath, float staticTime, SpString uiPoint) in PraseFPSTrace()
|